summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/external-libs/main.cpp
blob: 9a6eab23e2f39cf2915bfeb53c7454713d7615ed (plain)
1
2
3
4
5
6
void func_lib2();

int main()
{
    func_lib2();
}