]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.jason/rfg28.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg28.C
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/rfg28.C b/gcc/testsuite/g++.old-deja/g++.jason/rfg28.C
deleted file mode 100644 (file)
index 246c7e6..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* From 01/25/94 working paper (7.1.3):
-        If, in a decl-specifier-seq containing the decl-specifier typedef,
-        there is no type-specifier, or the only type-specifiers are cv-
-        qualifiers, the typedef declaration is ill-formed.
-*/
-typedef foo;                   // ERROR - invalid typedef
-typedef const bar;             // ERROR - invalid typedef