cmake/Tests/BundleUtilities/framework.cpp
2020-02-01 23:06:01 +01:00

10 lines
91 B
C++

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