blob: 806eda7279b1f9d9347d5c738f8fe67f7af2572f [file] [log] [blame]
class X {
void Y() {
z:
for (int i = 0; i < 24; i++) {
}
}
}