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