diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/decl-2.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/decl-2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/decl-2.h b/gcc/testsuite/gcc.dg/pch/decl-2.h new file mode 100644 index 00000000000..99c37269097 --- /dev/null +++ b/gcc/testsuite/gcc.dg/pch/decl-2.h @@ -0,0 +1,3 @@ +extern int fun (int a, int b); + + |