1 // { dg-do assemble  }
2 // { dg-options "-funsigned-bitfields" }
3 // Origin: Mark Mitchell <mark@codesourcery.com>
4 
5 typedef int i[4];
6 
7 struct S {
8   i j:12; // { dg-error "" } array type as bitfield
9 };
10