blob: a60b6baa0270d076601cd689b3d4df2aa281d266 [file] [log] [blame]
/* Contributed by Devang Patel <dpatel@apple.com> */
struct point
{
int x;
int y;
};