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