< prev index next >

make/langtools/test/HelloWorld.java

Print this page

        

*** 35,45 **** * @param args The parameters are ignored. */ public static void main(String... args) { System.out.println("Hello World!"); } - - /** - * This declaration is for the benefit of javah tests. - */ - public native void test(); } --- 35,40 ----
< prev index next >