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
/
Parser
/
argument_qualified.c
blob
7d1b9fdc2c331f5e2006fdbdaee64a78e1724d09
1
// RUN: %clang_cc1 %s
2
int
abc
(
const float
x
) {
3
return
1
;
4
}
5