summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/tiemann1r.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.pt/tiemann1r.C')
-rwxr-xr-xgcc/testsuite/g++.old-deja/g++.pt/tiemann1r.C8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/tiemann1r.C b/gcc/testsuite/g++.old-deja/g++.pt/tiemann1r.C
new file mode 100755
index 0000000..65e6807
--- /dev/null
+++ b/gcc/testsuite/g++.old-deja/g++.pt/tiemann1r.C
@@ -0,0 +1,8 @@
+// Build don't link:
+
+struct bs_1
+{
+ typedef int (*p_user_hashf)(int);
+};
+
+bs_1::p_user_hashf i_user_hashf;