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