aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/static-lib-deps/e.cpp
blob: ca5a84809585e2955981009915fe18efb373adc6 (plain)
1
2
3
4
5
6
7
int d();

int e()
{
    return d();
}