llvm/clang/test/Modules/Inputs/CmdLine.framework/Headers/CmdLine.h

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