aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/noncompile/931203-1.c
blob: 0c6a9f2d385cb7d73774540db217cce16ffeb05b (plain)
1
2
3
4
5
6
7
8
9
10
11
typedef struct
{
  int x, y;
} point_t;


point_t
f ()
{
  return 0;	/* { dg-error "incompatible types" } */
}