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