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