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

9 lines
114 B
Java

package support;
public final class PR206_A {
static
{
String s = System.getProperty ("soylent");
}
}