// modernize-redundant-void-arg

int foo(void) {
    return 0;
}
