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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
config.h
blob
4c124b0bf82b7cba40c99a7dbfc3408fbb148b9a
1
#ifdef WANT_FOO
2
int
*
foo
(
void
);
3
#endif
4
5
#ifdef WANT_BAR
6
char
*
bar
(
void
);
7
#endif