1 2 3 4 5 6 7 8 9 10 11
typedef struct { int x, y; } point_t; point_t f () { return 0; /* { dg-error "incompatible types" } */ }