summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/cpp-3a.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/cpp-3a.h')
-rw-r--r--gcc/testsuite/gcc.dg/pch/cpp-3a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/cpp-3a.h b/gcc/testsuite/gcc.dg/pch/cpp-3a.h
new file mode 100644
index 000000000..3788d1179
--- /dev/null
+++ b/gcc/testsuite/gcc.dg/pch/cpp-3a.h
@@ -0,0 +1,4 @@
+#ifndef CPP_3A_H
+#define CPP_3A_H
+#include "cpp-3b.h"
+#endif