1*71129d5eSDouglas Gregor #ifdef FOO_RETURNS_INT_PTR 2*71129d5eSDouglas Gregor int *foo(void); 3*71129d5eSDouglas Gregor #else 4*71129d5eSDouglas Gregor float *foo(void); 5*71129d5eSDouglas Gregor #endif 6*71129d5eSDouglas Gregor 7