blob: c6da9499226a6749f461ed3eec05844b4445c717 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
struct f {}
static int a, b; /* { dg-error "expected ';', identifier or " "" } */
int f()
{
return a - b; /* { dg-bogus "invalid operands " "" } */
}