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