Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang
/
test
/
Import
/
do-stmt
/
Inputs
/
F.cpp
blob: a58efb3a25ca3b94d70e46e40f29043a791953aa [
file
] [
log
] [
blame
]
void
f
()
{
do
;
while
(
true
);
do
{
}
while
(
false
);
}