diff options
Diffstat (limited to 'Tests/MacRuntimePath/A/framework.cpp')
-rw-r--r-- | Tests/MacRuntimePath/A/framework.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/MacRuntimePath/A/framework.cpp b/Tests/MacRuntimePath/A/framework.cpp new file mode 100644 index 0000000..abda195 --- /dev/null +++ b/Tests/MacRuntimePath/A/framework.cpp @@ -0,0 +1,8 @@ + +#include "framework.h" +#include "stdio.h" + +void framework() +{ + printf("framework\n"); +} |