OpenJDK / bsd-port / bsd-port / langtools
view make/test/HelloWorld.apt.gold.txt @ 2021:23a0bb20d749
Merge
author | asaha |
---|---|
date | Mon, 10 Nov 2014 11:51:16 -0800 |
parents | |
children |
line wrap: on
line source
/** * 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(); }