diff options
Diffstat (limited to 'tests/projects/objc/macapp/src/main.m')
| -rw-r--r-- | tests/projects/objc/macapp/src/main.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/projects/objc/macapp/src/main.m b/tests/projects/objc/macapp/src/main.m new file mode 100644 index 000000000..47ac6bdc2 --- /dev/null +++ b/tests/projects/objc/macapp/src/main.m @@ -0,0 +1,10 @@ +#import <Foundation/Foundation.h> + +int main(int argc, char** argv) +{ + @autoreleasepool + { + NSLog(@"hello xmake!"); + } + return 0; +} |
