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