1 /* Contributed by Devang Patel <dpatel@apple.com> */
2 
3 struct point
4 {
5   int x;
6   int y;
7 };
8 
9