netbsd/external/bsd/llvm/dist/clang/test/Parser/cxx-variadic-func.cpp
2014-01-15 10:53:42 +01:00

6 lines
73 B
C++

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