ref: 1d246cbf29513abd2169c53fcbe667cfdd94f29e dir: /tests/error/0018-voidparam.c/
int foo(void, int x) { return 0; } int main() { return foo(); }