class A{} class Foo { public static void main(String[] args) { System.out.write(new A()); } }