vcpkg/scripts/test_ports/rpath-test-binaries/project/lib.cpp

5 lines
56 B
C++
Raw Normal View History

const char* getTestString()
{
return TEST_STRING;
}