new
authorJason Merrill <jason@gcc.gnu.org>
Fri, 30 Jan 1998 12:04:34 +0000 (07:04 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 30 Jan 1998 12:04:34 +0000 (07:04 -0500)
From-SVN: r17558

gcc/testsuite/g++.old-deja/g++.other/crash1.C [new file with mode: 0644]

diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash1.C b/gcc/testsuite/g++.old-deja/g++.other/crash1.C
new file mode 100644 (file)
index 0000000..f7caa2f
--- /dev/null
@@ -0,0 +1,6 @@
+class A
+{
+        enum B { ONE, TWO, THREE };
+};
+
+class A::B; // ERROR - A::B is not a class type