/* Contributed by Devang Patel <dpatel@apple.com> */

struct point
{
  int x;
  int y;
};

