public class EmptyTest1 { public static void main (String[] args) { System.out.println("EmptyTest1.main()"); EmptyTest2.main(args); } }