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
/
diamond_left.h
blob
6494551e4bfa0ce84e0c1e9f25e282d70725ff92
1
int
top_left_before
(
void
*);
2
3
@import diamond_top
;
4
5
float
left
(
float
*);
6
7
int
top_left
(
char
*
c
);
8
9
int
left_and_right
(
int
*);
10
11