PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / two-types-6.c
blobca3bfa997a7e68926f5d7941b7dc3c2bb40ea5bb
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
4 struct s {
5 struct f {} /* dg-warning "does not declare anything" } */
6 struct g {} x; /* { dg-error "expected ';', identifier or " } */
7 };