brintos

brintos / llvm-project-archived public Read only

0
0
Text · 318 B · ac48ad3 Raw
11 lines · c
1// RUN: %clang_cc1 -triple x86_64-apple-darwin10 %s -verify -emit-pch -o %t2// RUN: %clang_cc1 -triple x86_64-apple-darwin10 %s -verify -include-pch %t3 4#ifndef HEADER5#define HEADER6#pragma pack (push, 1)7#else8#pragma pack (2)9#endif10// expected-warning@-4 {{unterminated '#pragma pack (push, ...)' at end of file}}11