summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rfg28.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.jason/rfg28.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.jason/rfg28.C9
1 files changed, 0 insertions, 9 deletions
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
index 246c7e69b31..00000000000
--- a/gcc/testsuite/g++.old-deja/g++.jason/rfg28.C
+++ /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