1 2 3 4 5
// { dg-options "-Wabi -fabi-version=1" } struct S { // { dg-warning "ABI" } char c : 1024; // { dg-warning "width" } };