1// RUN: %clang_cc1 -fsyntax-only  %s
2
3void f(...) {
4  int g(int(...));
5}
6