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