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