class Test { public static void main(String args[]) { Test t; System.out.println("It works."); } }