blob: 76dcbdd75ca8a4f00ce1c9e69d03e5c51bb6c2d9 [file] [log] [blame]
static int a = 1;
void f() {
int b = a;
return;
}