DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-9 / 1%3A9.0.1-16.1 / clang / test / Import / while-stmt / Inputs / F.cpp
12345678
void f() { while (false) ; while (false) { } while (bool ini = true) ; }