aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/two-types-9.c
blob: c6da9499226a6749f461ed3eec05844b4445c717 (plain)
1
2
3
4
5
6
7
8
9
10
/* { 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 " "" } */
}