CMake/Tests/InterfaceLinkLibraries/zot.cpp

7 lines
44 B
C++

#include "zot.h"
int zot()
{
return 0;
}