Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
va_list.cpp
blob: 35694cdec6f4577c4b6c7db97cf697a856b7126f [
file
] [
log
] [
blame
]
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/va_list %s -verify
// expected-no-diagnostics
@import
left
;
@import
right
;
void
g
(
int
k
,
...)
{
f
<int>
(
k
);
}