aboutsummaryrefslogtreecommitdiff
path: root/testcases/decl_comp.c
blob: f1b8bd2102f1570ead4eb7d97ac3d6e58765e598 (plain) (blame)
1
2
3
4
5
int f();
int f(int a);
int main() {
    f(1, 2);
}