2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.compile / inner_pub.java
blob616488fa48427d3f257cbe470c1617876779cc54
1 // Test to ensure that public inner classes work.
3 public class inner_pub
5 public class really_inner
7 int z;
10 really_inner foo;