diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/pr20356.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/pr20356.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/pr20356.h b/gcc/testsuite/gcc.dg/cpp/pr20356.h new file mode 100644 index 000000000..a3f289145 --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/pr20356.h @@ -0,0 +1,5 @@ +#ifndef PR20356_H +# define PR20356_H +#else +# include_next <pr20356.h> +#endif |