1// Build don't link:
2
3struct T {
4  struct S __attribute__ ((packed)) { // ERROR - parse error
5    int i;
6  };
7}; // ERROR - parse error
8