brintos

brintos / llvm-project-archived public Read only

0
0
Text · 275 B · 04ccd42 Raw
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