[ERROR]
An open parameter list was declared without a ',' before the '...'.
void foo(int a ...);
Insert a ',' before the '...'.