Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
CmdLine.framework
/
Headers
/
CmdLine.h
1
#ifdef FOO_RETURNS_INT_PTR
2
int *foo(void);
3
#else
4
float *foo(void);
5
#endif
6
7