* gcc.dg/cpp/_Pragma6.c: Fix comment.
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / _Pragma6.c
blobd43a53f1902079e1f964a24d5ecb23d997069455
1 /* PR c/27747 */
2 /* This is supposed to succeed only if
3 the target defines HANDLE_PRAGMA_PACK_PUSH_POP
4 and doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION. */
5 /* { dg-do compile { target { ! { *-*-solaris2* sh*-[us]*-elf } } } } */
7 #define push bar
8 #define foo _Pragma ("pack(push)")
9 foo
10 int i;
11 #pragma pack(pop)