diff options
Diffstat (limited to 'xmake/templates/objc/xcode/framework/src/test.m')
| -rw-r--r-- | xmake/templates/objc/xcode/framework/src/test.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/templates/objc/xcode/framework/src/test.m b/xmake/templates/objc/xcode/framework/src/test.m new file mode 100644 index 000000000..20e29bd0a --- /dev/null +++ b/xmake/templates/objc/xcode/framework/src/test.m @@ -0,0 +1,5 @@ +#include "test.h" + +int add(int a, int b) { + return a + b; +} |
