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