C++程序  |  9行  |  81 B

struct Point {
  double x, y;
};

#ifdef IGNORED
int *has_ignored(void);
#endif