diff options
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.jason/parse8.C')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/parse8.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/parse8.C b/gcc/testsuite/g++.old-deja/g++.jason/parse8.C new file mode 100644 index 000000000..a03dd184a --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.jason/parse8.C @@ -0,0 +1,2 @@ +// { dg-do assemble } +void foo(const int* const); // { dg-bogus "" } |