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