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