rt_gccstream/gcc/testsuite/gcc.dg/noncompile/931203-1.c

12 lines
111 B
C

typedef struct
{
int x, y;
} point_t;
point_t
f ()
{
return 0; /* { dg-error "incompatible types" } */
}