class A { private B b; public static void main(String ... arg) { System.out.println("output"); } }