CMake/Tests/RunCMake/AutoExportDll/world.cxx

7 lines
56 B
C++

#include "stdio.h"
void world()
{
printf("world");
}