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