diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/pch/local-1.Hs')
-rw-r--r-- | gcc/testsuite/g++.dg/pch/local-1.Hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/pch/local-1.Hs b/gcc/testsuite/g++.dg/pch/local-1.Hs new file mode 100644 index 000000000..56a6c7e47 --- /dev/null +++ b/gcc/testsuite/g++.dg/pch/local-1.Hs @@ -0,0 +1,7 @@ +template<typename T> void func() +{ + struct object + { + object() {} + }; +} |