typedef struct
{
  int x, y;
} point_t;


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


syntax highlighted by Code2HTML, v. 0.9.1