diff options
author | Anthony Green <green@redhat.com> | 2000-07-30 21:50:24 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2000-07-30 21:50:24 +0000 |
commit | 9145715ca3531ed3fb912415adf96080b08983a5 (patch) | |
tree | bd68cce063954e18e4007c5cc91f10cef1b5ca3b /libjava/testsuite/libjava.compile | |
parent | 587870645c87fd2c898c6ef9e4048f04cadbf79f (diff) | |
download | gcc-9145715ca3531ed3fb912415adf96080b08983a5.zip gcc-9145715ca3531ed3fb912415adf96080b08983a5.tar.gz gcc-9145715ca3531ed3fb912415adf96080b08983a5.tar.bz2 |
Test case for gcj/295.
From-SVN: r35352
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR295.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR295.java b/libjava/testsuite/libjava.compile/PR295.java new file mode 100644 index 0000000..d884a26 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR295.java @@ -0,0 +1,11 @@ +public class PR295 { + public class csemi { + }; + + public int foo; + + public interface isemi { + }; + + public int bar; +} |