int foo(int a, int b {
    return 0;
}

int main(void) {
    return 0;
}