blob: ded46659745884daf7354074c415910147227cfe [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");
}
}
}