member-1.m   [plain text]


void foo()
{
  struct A a;  /* { dg-error "storage size" } */
  a.i;
}