aboutsummaryrefslogtreecommitdiff
path: root/testcases/decl_comp3.c
blob: 29d388f85859fbfb2010d38464a78334c6ef02f9 (plain) (blame)
1
2
3
4
int f();
int f(int a) {
    f();
}