Clang Project

clang_source_code/test/Sema/Inputs/pragma-pack2.h
1
2#ifndef NO_RECORD_2
3struct S { int x; };
4#endif
5
6#ifdef SET_SECOND_HEADER
7#pragma pack (8) // expected-note 2 {{previous '#pragma pack' directive that modifies alignment is here}}
8#endif
9