summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/crash4.C
blob: 929847196667554f008c846f58a741cefe8664fd (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }

struct T {
  struct S __attribute__ ((packed)) { // { dg-error "" } parse error
    int i;                            
  };
};