Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
14429b918bd2f4cb52abc75546a7fe37142054ca
/
.
/
test
/
SemaCXX
/
do-while-scope.cpp
blob: 2602ae12f243b728328ab4160dc0945144a39386 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
void
test
()
{
int
x
;
do
int
x
;
while
(
1
);
}