summaryrefslogtreecommitdiffstats
path: root/test cases/unit/76 as link whole/foo.c
blob: ffeee82fe9643b76fca86fa7d102b018bb9800be (plain)
1
2
3
4
5
6
int foo(void);

int foo(void)
{
    return 0;
}