blob: 73eb4079fa8fc91de695a8f817b07fccf1ecd0e3 [file] [log] [blame]
public class ttt {
public static void main() {
if (true) if (false) System.out.println("meuh"); /* comment */
else System.out.println("coucou");
else {System.out.println("bar");}
}
}