diff options
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.jason/warning7.C')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/warning7.C | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/warning7.C b/gcc/testsuite/g++.old-deja/g++.jason/warning7.C new file mode 100644 index 000000000..06eec9b55 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.jason/warning7.C @@ -0,0 +1,6 @@ +// { dg-do assemble } +// { dg-options "-Wunused" } +// PRMS Id: 5481 + +struct A { }; +static A a = A(); |