gcc/libjava/testsuite/libjava.compile/support/PR207_A.java

14 lines
175 B
Java
Raw Normal View History

2000-04-17 05:26:20 +00:00
package support;
public final class PR207_A {
static
{
String s = System.getProperty ("soylent");
}
public static String hello ()
{
return "green";
}
}