mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00

semantic analysis to prevent incorrect -Wpragma-pack warning for an included file rdar://37354951 llvm-svn: 324651
6 lines
178 B
C
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"
|
|
|