C++程序  |  7行  |  75 B

#ifdef FOO_RETURNS_INT_PTR
int *foo(void);
#else
float *foo(void);
#endif