1 // RUN: %clang_cc1 -triple i686-apple-darwin9 %s -fsyntax-only -verify
2 // expected-no-diagnostics
4 // Pragma pack handling with tag declarations
15 extern int check
[__alignof(struct X
) == 2 ? 1 : -1];
16 extern int check
[__alignof(struct Y
) == 4 ? 1 : -1];