teak-llvm/clang/test/Sema/pragma-align-no-header-change-warning.c
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
178 B
C

// RUN: %clang_cc1 -triple i686-apple-darwin9 -fsyntax-only -Wpragma-pack -I %S/Inputs -verify %s
// expected-no-diagnostics
#include "pragma-align-no-header-change-warning.h"