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
/
Import
/
overloaded-function
/
test.c
blob
4f7781bc8e6d455f6df8a919a2bcb508d7ca621e
1
// RUN: clang-import-test -import %S/Inputs/F1.c -import %S/Inputs/F2.c -expression %s
2
void
expr
() {
3
f
(
2
);
4
f
(
"world"
);
5
S s
;
6
f
(
s
);
7
}