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