Test case for gcj/295.

From-SVN: r35352
This commit is contained in:
Anthony Green 2000-07-30 21:50:24 +00:00 committed by Anthony Green
parent 587870645c
commit 9145715ca3
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,11 @@
public class PR295 {
public class csemi {
};
public int foo;
public interface isemi {
};
public int bar;
}