blob: 14cff35e67cab94e8d79a7394d5be3053f46651f [file] [log] [blame]
void main() {
do
int foo = 1, bar = foo;
while (false);
}
/*%%*
variable 'foo' must be created in a scope
*%%*/