xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
CmdLine.framework
/
Headers
/
CmdLine.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifdef
FOO_RETURNS_INT_PTR
2
int
*
foo
(
void
);
3
#
else
4
float
*
foo
(
void
);
5
#
endif
6
7