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