repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
CmdLine.framework
/
Headers
/
CmdLine.h
blob
46b8fc0425a64a0cd009e68d2b5fadfb16f24c8c
1
#ifdef FOO_RETURNS_INT_PTR
2
int
*
foo
(
void
);
3
#else
4
float
*
foo
(
void
);
5
#endif
6