1*8a114ab5SDouglas Gregor struct Point { 2*8a114ab5SDouglas Gregor double x, y; 3*8a114ab5SDouglas Gregor }; 4*8a114ab5SDouglas Gregor 5*8a114ab5SDouglas Gregor #ifdef IGNORED 6*8a114ab5SDouglas Gregor int *has_ignored(void); 7*8a114ab5SDouglas Gregor #endif 8*8a114ab5SDouglas Gregor 9