Sign in
fuchsia
/
third_party
/
swift-clang
/
4deb154edccff8545d801c567628464082e7aeb9
/
.
/
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
);
}