* libjava.compile/PR6865.java: New file. For PR java/6865.

From-SVN: r54505
This commit is contained in:
Tom Tromey 2002-06-11 14:46:11 +00:00 committed by Tom Tromey
parent 950ac1d321
commit e9024f7f38
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// gcj crashes on this
public class PR6865
{
private foo;
}