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