gcc/java
[official-gcc.git] / libjava / testsuite / libjava.compile / pr26042.java
blob485b36a5a54030957ffa6eb487fe198be357bd31
1 class One
3 long l; // no ICE if this is int, not long
4 int b; // no ICE if this line is gone; type doesn't matter
7 public class pr26042
9 class Three extends One { }
10 Three three () { return new Three (); }