blob: 250b58c2f70469a5342648239e0c3e512cc1edf3 [file] [log] [blame]
struct Point {
double x, y;
};
#ifdef IGNORED
int *has_ignored(void);
#endif