CMake/Tests/MacRuntimePath/A/test1.cpp

9 lines
72 B
C++
Raw Normal View History

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