• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang_cc1 -fsyntax-only  %s
2 
f(...)3 void f(...) {
4   int g(int(...));
5 }
6