summaryrefslogtreecommitdiffstats
path: root/libjava/testsuite/libjava.compile/support/PR207_A.java
blob: 1d465f5222ec968548d5a73649c74325cb64166f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package support;

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

  public static String hello ()
  {
    return "green";
  }
}
OpenPOWER on IntegriCloud