[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / Parser / cxx-variadic-func.cpp
blobb9360d6ed10a0f1d9d97f546235b83fb8f6a678f
1 // RUN: %clang_cc1 -fsyntax-only %s
3 void f(...) {
4 int g(int(...));