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