Mercurial > hg > CbC > CbC_llvm
view clang/test/PCH/suspicious-pragma-pack.c @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
line wrap: on
line source
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 %s -verify -emit-pch -o %t // RUN: %clang_cc1 -triple x86_64-apple-darwin10 %s -verify -include-pch %t #ifndef HEADER #define HEADER #pragma pack (push, 1) #else #pragma pack (2) #endif // expected-warning@-4 {{unterminated '#pragma pack (push, ...)' at end of file}}