9 lines
89 B
C++
9 lines
89 B
C++
void f() {
|
|
while (false)
|
|
;
|
|
while (false) {
|
|
}
|
|
while (bool ini = true)
|
|
;
|
|
}
|