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]
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
directory_coverage
/
c0
/
c1
/
c2.h
blob
483705194b3e97757f9753eb76ac4b5a842df687
1
int
mul
(
int
a
,
int
b
);
2
3
int
div
(
int
a
,
int
b
);
4
5
#ifdef DEF
6
int
div
(
int
a
,
int
b
) {
7
return
a
/
b
;
8
}
9
#endif