[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git] / clang / test / Sema / Inputs / pragma-pack2.h
bloba41621544d75ab5c6791ddf73a2794d67ce320e1
2 #ifndef NO_RECORD_2
3 struct S { int x; };
4 #endif
6 #ifdef SET_SECOND_HEADER
7 #pragma pack (8) // expected-note 2 {{previous '#pragma pack' directive that modifies alignment is here}}
8 #endif