cmake/Tests/BundleUtilities/framework.cpp
2011-06-19 15:41:06 +03:00

9 lines
90 B
C++

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