blob: b3d1993f45bf431594a06df7387e60fa2f1a8228 [file] [log] [blame]
const int y = 42;
@y
int x = 1;
@y
int x = 2;
main() {}