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