9 lines
188 B
C
9 lines
188 B
C
|
|
||
|
#ifndef NO_RECORD_2
|
||
|
struct S { int x; };
|
||
|
#endif
|
||
|
|
||
|
#ifdef SET_SECOND_HEADER
|
||
|
#pragma pack (8) // expected-note 2 {{previous '#pragma pack' directive that modifies alignment is here}}
|
||
|
#endif
|