Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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" } */