The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Import
while-stmt
Inputs
F.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
void
f
(
)
{
while
(
false
)
;
while
(
false
)
{
}
while
(
bool
ini
=
true
)
;
}