]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/anon9.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / anon9.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/anon9.C b/gcc/testsuite/g++.old-deja/g++.other/anon9.C
deleted file mode 100644 (file)
index 45c326b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// Test that we properly diagnose an attempt to use an anonymous class
-// in declaring an external function.
-
-typedef const struct { int i; } T; // ERROR - referenced below
-void f (T* t);                 // ERROR - uses unnamed type