blob: 1f5a8c3d7adda8c3c306070add21b2f833e31d49 [file] [log] [blame]
typedef struct
{
int x, y;
} point_t;
point_t
f ()
{
return 0;
}