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