// A subset that can have empty classes class Test2 { public static void main(String [] args) { } } class X { } class Y { } class Z { }