blob: 3bfb2d0f08755d22dbd0d984dd75cae121d984c8 [file] [log] [blame]
public class Test {
public static void main(String args[]) {
System.out.println(1 / 0);
}
}