blob: 0e9c5ca285ad431ce2bcf65ce6a0e59adeb5ae1f [file] [log] [blame]
Cedric Venet3d658642009-02-14 20:20:19 +00001// RUN: clang -fsyntax-only %s
2
3void f(...) {
4 int g(int(...));
5}