blob: 6cfda5d47df53523f1c84de1b642642c3f30ca8a [file] [log] [blame]
// { dg-options "-Wabi -fabi-version=1" }
struct S { // { dg-warning "ABI" }
char c : 1024; // { dg-warning "width" }
};