diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/pr43195.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/pr43195.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/pr43195.c b/gcc/testsuite/gcc.dg/cpp/pr43195.c new file mode 100644 index 000000000..a239fc17b --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/pr43195.c @@ -0,0 +1,6 @@ +/* PR preprocessor/43195 */ +/* { dg-do preprocess } */ +/* { dg-options "-H" } */ +/* { dg-message "pr43195\.h\n" "" { target *-*-* } 0 } */ +#include "pr43195.h" + |