aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/noheaderguard-b.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/c-c++-common/cpp/noheaderguard-b.h')
-rw-r--r--gcc/testsuite/c-c++-common/cpp/noheaderguard-b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/c-c++-common/cpp/noheaderguard-b.h b/gcc/testsuite/c-c++-common/cpp/noheaderguard-b.h
new file mode 100644
index 0000000..8b72a9f
--- /dev/null
+++ b/gcc/testsuite/c-c++-common/cpp/noheaderguard-b.h
@@ -0,0 +1,4 @@
+#ifndef OUTER
+#define OUTER
+#include "noheaderguard-a.h"
+#endif