bolt/deps/llvm-18.1.8/clang/test/Sema/Inputs/pragma-align-pack1.h

12 lines
275 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#ifdef ALIGN_SET_HERE
#pragma align = mac68k
// expected-note@-1 {{previous '#pragma pack' directive that modifies alignment is here}}
// expected-warning@-2 {{unterminated '#pragma pack (push, ...)' at end of file}}
#endif
#ifdef RECORD_ALIGN
struct S {
int x;
};
#endif