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