aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/staticLibDeps/e.cpp
blob: af7d246824a107a640a6e5c6985384cdaf757aa4 (plain)
1
2
3
4
5
6
7
void d();

void e()
{
    d();
}