xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
CmdLine.framework
/
Headers
/
CmdLine.h
(revision 71129d5e9e3a290df21ef8f3389c1b54b10f62cd)
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