diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/pushpop-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/pushpop-1.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/pushpop-1.c b/gcc/testsuite/gcc.dg/pch/pushpop-1.c new file mode 100644 index 000000000..c093e575a --- /dev/null +++ b/gcc/testsuite/gcc.dg/pch/pushpop-1.c @@ -0,0 +1,11 @@ +#include "pushpop-1.hs" + +#if FOO != 2 +#error FOO != 2 +#endif +#pragma pop_macro("FOO") + +#if FOO != 1 +#error FOR != 1 +#endif + |