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