Revert DECL_USER_ALIGN part of r241959
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / pushpop-1.c
blobc093e575a0e09a4365fe39f254d3a0b218484fdd
1 #include "pushpop-1.hs"
3 #if FOO != 2
4 #error FOO != 2
5 #endif
6 #pragma pop_macro("FOO")
8 #if FOO != 1
9 #error FOR != 1
10 #endif