mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 09:32:20 +00:00
e8addf5e04
llvm-svn: 57143
6 lines
73 B
C++
6 lines
73 B
C++
// RUN: clang -fsyntax-only %s
|
|
|
|
void f(...) {
|
|
int g(int(...));
|
|
}
|