diff options
| author | ruki <[email protected]> | 2020-04-05 16:29:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 16:29:37 +0800 |
| commit | 9152a9f7b0f5bddeaabc776d4557b90fef581fcc (patch) | |
| tree | 6d7368f2f04bd4b5b1f695014dc475e3816e1292 /tests/projects/objc/macapp/src/main.m | |
| parent | a60c8e6025e597fd569a41e5add672d87bd4ca5a (diff) | |
rename macapp tests
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; +} |
