public class JFirst { JSecond s = null; public void foo() { } public static void main(String[] args) { System.out.println(1); } }