Test case for gcj/295.
authorAnthony Green <green@redhat.com>
Sun, 30 Jul 2000 21:50:24 +0000 (21:50 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 30 Jul 2000 21:50:24 +0000 (21:50 +0000)
From-SVN: r35352

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/PR295.java [new file with mode: 0644]

index 90f933f..b0bfda3 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-30  Anthony Green  <green@redhat.com>
+
+       * libjava.compile/PR295.java: New file.
+       See PR gcj/295.
+
 2000-07-11  Andrew Haley  <aph@cygnus.com>
 
        * libjava.compile/static_init2.java: New file.
diff --git a/libjava/testsuite/libjava.compile/PR295.java b/libjava/testsuite/libjava.compile/PR295.java
new file mode 100644 (file)
index 0000000..d884a26
--- /dev/null
@@ -0,0 +1,11 @@
+public class PR295 {
+    public class csemi {
+    };
+
+    public int foo;
+
+    public interface isemi {
+    };
+
+    public int bar;
+}