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