blob: 8385707ee5ddea53df8d14b717b6c42a5a20e25c [file] [log] [blame]
/**
* This class is used to test the results of the langtools build.
*/
public class HelloWorld {
public HelloWorld();
/**
* The old standby!
* @param args The parameters are ignored.
*/
public static void main(java.lang.String... args);
}