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