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