CMake/Tests/MacRuntimePath/A/test1.cpp

9 lines
72 B
C++

#include "shared.h"
int main(int, char**)
{
shared();
return 0;
}