aboutsummaryrefslogtreecommitdiff
path: root/doc/foo.c
blob: 6ca6af1d8534a4285243128801a22ce19016292d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* foo.c */
int
main()
{
    f();
    g();
    f();
}

int
f()
{
    i = h();
}

Return to:

Send suggestions and report system problems to the System administrator.