blob: a0a79316f015afe7e94a853fbad358489e47efe9 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
struct s {
struct f {}
struct g {} x; /* { dg-error "expected ';', identifier or " } */
};