aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/pushpop-1.c
blob: c093e575a0e09a4365fe39f254d3a0b218484fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "pushpop-1.hs"

#if FOO != 2
#error FOO != 2
#endif
#pragma pop_macro("FOO")

#if FOO != 1
#error FOR != 1
#endif