diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/pragma-once-1c.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/pragma-once-1c.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/pragma-once-1c.h b/gcc/testsuite/gcc.dg/cpp/pragma-once-1c.h new file mode 100644 index 000000000..cd50024f6 --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/pragma-once-1c.h @@ -0,0 +1,6 @@ +#ifndef _C_H_ +#define _C_H_ + +#include "pragma-once-1b.h" + +#endif |