hanchenye-llvm-project/clang/test/Parser/cxx-variadic-func.cpp

6 lines
71 B
C++

// RUN: clang-cc -fsyntax-only %s
void f(...) {
int g(int(...));
}