llvm-for-llvmta/tools/clang/test/Import/while-stmt/Inputs/F.cpp

9 lines
89 B
C++

void f() {
while (false)
;
while (false) {
}
while (bool ini = true)
;
}