;
// expected-note@-2 2 {{previous '#pragma pack' directive that modifies alignment is here}}
// expected-note@-4 1 {{previous '#pragma pack' directive that modifies alignment is here}}
// expected-warning@+3 {{non-default #pragma pack value changes the alignment of struct or union members in the included file}}
// expected-warning@-3 {{the current #pragma pack alignment value is modified in the included file}}
// This is fine, we don't change the current value.