blob: 1a14137ffa9db892fe3efe92704509efb8d73ce0 [file] [log] [blame]
public class X {
public static void main(String[] args) {
if (true)
throw new RuntimeException("X");
loop: System.out.println("X");
}
}