1 // RUN: %clang_cc1 -triple powerpc64-ibm-aix-xcoff -fxl-pragma-pack -verify -fsyntax-only %s
2 // RUN: %clang_cc1 -triple powerpc-ibm-aix-xcoff -fxl-pragma-pack -verify -fsyntax-only %s
5 struct A
{ // expected-warning {{#pragma align(packed) may not be compatible with objects generated with AIX XL C/C++}}
11 struct B
{ // expected-warning {{#pragma align(packed) may not be compatible with objects generated with AIX XL C/C++}}