diff options
author | Tom Tromey <tromey@redhat.com> | 2002-06-11 14:46:11 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-06-11 14:46:11 +0000 |
commit | e9024f7f3822c6e620da3a4629e389083c5287b6 (patch) | |
tree | c579fd0f8fb5feb9041b7549def063573f90365a /libjava/testsuite/libjava.compile | |
parent | 950ac1d3217f0e922c61174f9d5257e2b0d9e522 (diff) | |
download | gcc-e9024f7f3822c6e620da3a4629e389083c5287b6.tar.gz |
* libjava.compile/PR6865.java: New file. For PR java/6865.
From-SVN: r54505
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR6865.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR6865.java b/libjava/testsuite/libjava.compile/PR6865.java new file mode 100644 index 00000000000..ddcc0e65511 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR6865.java @@ -0,0 +1,5 @@ +// gcj crashes on this +public class PR6865 +{ + private foo; +} |