aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/decl-3.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/decl-3.h')
-rw-r--r--gcc/testsuite/gcc.dg/pch/decl-3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/decl-3.h b/gcc/testsuite/gcc.dg/pch/decl-3.h
new file mode 100644
index 0000000..787d480
--- /dev/null
+++ b/gcc/testsuite/gcc.dg/pch/decl-3.h
@@ -0,0 +1,3 @@
+struct foo;
+typedef struct foo *foo_p;
+extern foo_p foop;