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
/
va_list.cpp
blob
35694cdec6f4577c4b6c7db97cf697a856b7126f
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/va_list %s -verify
3
// expected-no-diagnostics
4
5
@import left
;
6
@import right
;
7
8
void
g
(
int
k
, ...) {
f
<
int
>(
k
); }