diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/opt/dtor4-aux.cc')
-rw-r--r-- | gcc/testsuite/g++.dg/opt/dtor4-aux.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/opt/dtor4-aux.cc b/gcc/testsuite/g++.dg/opt/dtor4-aux.cc new file mode 100644 index 000000000..e3ca43b74 --- /dev/null +++ b/gcc/testsuite/g++.dg/opt/dtor4-aux.cc @@ -0,0 +1,6 @@ +// { dg-do compile } +// { dg-options "" } + +#include "dtor4.h" + +S s; |