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