0N/A
0N/A/**
0N/A * This class is used to test the results of the langtools build.
0N/A */
0N/Apublic class HelloWorld {
0N/A
0N/A public HelloWorld();
0N/A
0N/A /**
0N/A * The old standby!
0N/A * @param args The parameters are ignored.
0N/A */
0N/A public static void main(java.lang.String... args);
0N/A
0N/A /**
0N/A * This declaration is for the benefit of javah tests.
0N/A */
0N/A public native void test();
0N/A}