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

9 lines
99 B
C++
Raw Normal View History

#include <stdio.h>
extern const char* getTestString();
int main()
{
puts(getTestString());
}