12 lines · c
1#ifdef ALIGN_SET_HERE2#pragma align = mac68k3// expected-note@-1 {{previous '#pragma pack' directive that modifies alignment is here}}4// expected-warning@-2 {{unterminated '#pragma pack (push, ...)' at end of file}}5#endif6 7#ifdef RECORD_ALIGN8struct S {9 int x;10};11#endif12