llvm-project/clang/test/Sema/Inputs/pragma-align-no-header-change-warning.h
Alex Lorenz 692821afec PR36307: Consume the #pragma options align annotation token after
semantic analysis to prevent incorrect -Wpragma-pack warning for an included
file

rdar://37354951

llvm-svn: 324651
2018-02-08 21:20:43 +00:00

6 lines
80 B
C

#pragma options align=mac68k
struct S { int x; };
#pragma options align=reset