aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs165/pr275032/A.java
blob: 3b2db0089267a6873701a1d7858625e2e2066e06 (plain)
1
2
3
4
5
6
7
public class A {
  int i = 5;

  public static void main(String[] argv) {
    new A();
  }
}