[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Sema / Inputs / pragma-align-pack1.h
blob04ccd42b7bab53723867b8c2496268d1c92028e5
1 #ifdef ALIGN_SET_HERE
2 #pragma align = mac68k
3 // 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 #endif
7 #ifdef RECORD_ALIGN
8 struct S {
9 int x;
11 #endif