6 lines
71 B
C++
6 lines
71 B
C++
// RUN: clang-cc -fsyntax-only %s
|
|
|
|
void f(...) {
|
|
int g(int(...));
|
|
}
|