summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/noheaderguard-b.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2021-02-03 11:37:35 -0800
committerNathan Sidwell <nathan@acm.org>2021-02-03 11:37:35 -0800
commit65165eb3f833a3f0415fd76913bf85722a13fbe0 (patch)
tree7df7716b7ec748d6c040f116333ccb9ef7ebd7de /gcc/testsuite/c-c++-common/cpp/noheaderguard-b.h
parent000bee388be0867b660516013a341f6cd6a0ae46 (diff)
downloadgcc-65165eb3f833a3f0415fd76913bf85722a13fbe0.tar.gz
Add -f[no-]header-guard-optdevel/c++-modules
Added so that one can determine the include graph from the -E output.
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 00000000000..8b72a9fbb7a
--- /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