1 // { dg-do assemble  }
2 
3 struct T {
4   struct S __attribute__ ((packed)) { // { dg-error "" } parse error
5     int i;
6   };
7 };
8