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