void main() {
do int foo = 1, bar = foo; while (false);
}
/*%%*
variable 'foo' must be created in a scope
*%%*/