diff options
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.jason/rfg25.C')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/rfg25.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/rfg25.C b/gcc/testsuite/g++.old-deja/g++.jason/rfg25.C new file mode 100644 index 000000000..713a6918c --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.jason/rfg25.C @@ -0,0 +1,2 @@ +// { dg-do assemble } +struct { int :0; }; /* { dg-error "" } anon struct not used to declare objects */ |