blob: 4c7b5ae35beb1f379671dcf2c1b2d6dd3577b0aa [file] [log] [blame]
void foo()
{
struct A a; /* { dg-error "storage size" } */
a.i;
}