blob: d3039f664a1063d790f7b96d097c50b2f578fa0f [file] [log] [blame]
void main() {
if (2 < 2) int a;
a;
}
/*%%*
variable 'a' must be created in a scope
*%%*/