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] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
diamond_right.h
blob
fa408ea5ba7f1359e2ce7f22765c33a05d0e971a
1
@import diamond_top
;
2
3
double
right
(
double
*);
4
5
struct
left_and_right
{
6
int
left
,
right
;
7
};