langtools/make/test/HelloWorld.apt.gold.txt
author jjg
Fri, 29 Jul 2011 16:45:37 -0700
changeset 10139 49e1c342c329
parent 10 06bc494ca11e
permissions -rw-r--r--
7072523: java.math should be built with javac -Xlint:all -Werror Reviewed-by: darcy Contributed-by: alexandre.boulgakov@oracle.com


/**
 * 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);

  /**
   * This declaration is for the benefit of javah tests.
   */
  public native void test();
}