blob: 0c6a9f2d385cb7d73774540db217cce16ffeb05b [file] [log] [blame]
typedef struct
{
int x, y;
} point_t;
point_t
f ()
{
return 0; /* { dg-error "incompatible types" } */
}