CMake/Tests/MacRuntimePath/A/test3.cpp

9 lines
78 B
C++

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