cmake/Tests/MacRuntimePath/A/framework2.cpp
2020-02-01 23:06:01 +01:00

10 lines
95 B
C++

#include "framework2.h"
#include "stdio.h"
void framework2()
{
printf("framework 2\n");
}