aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/sameBaseName/lib.cpp
blob: 933fa803615e93a384905af5ea9ee9fd116306b9 (plain)
1
2
3
4
5
6
#include <iostream>

extern "C" void printHelloCpp()
{
    std::cout << "Hello from C++ in " << __FILE__ << std::endl;
}