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