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