aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/abi/bitfield12.C
blob: 6cfda5d47df53523f1c84de1b642642c3f30ca8a (plain)
1
2
3
4
5
// { dg-options "-Wabi -fabi-version=1" }

struct S { // { dg-warning "ABI" }
  char c : 1024; // { dg-warning "width" }
};