gcc/libjava/testsuite/libjava.compile/support/PR207_A.java
Anthony Green 2b0807d3bc New tests.
From-SVN: r33202
2000-04-17 05:26:20 +00:00

14 lines
175 B
Java

package support;
public final class PR207_A {
static
{
String s = System.getProperty ("soylent");
}
public static String hello ()
{
return "green";
}
}