Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / crash4.C
blob929847196667554f008c846f58a741cefe8664fd
1 // { dg-do assemble  }
3 struct T {
4   struct S __attribute__ ((packed)) { // { dg-error "" } parse error
5     int i;                            
6   };
7 };