2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 931203-1.c
blob0c6a9f2d385cb7d73774540db217cce16ffeb05b
1 typedef struct
3 int x, y;
4 } point_t;
7 point_t
8 f ()
10 return 0; /* { dg-error "incompatible types" } */