diff options
| author | ruki <[email protected]> | 2017-05-19 21:30:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-19 21:32:13 +0800 |
| commit | 03b7d8b955d11895cc15332360eca7b14d6cf58f (patch) | |
| tree | 4aa9b47aa3f1957a0a4343e7b1c4a8357e7018d5 /tests/projects/console_objc++/src | |
| parent | 58e3bad5859530c8316de4b4b7939169cdd2c492 (diff) | |
add projects and modules in tests
Diffstat (limited to 'tests/projects/console_objc++/src')
| -rwxr-xr-x | tests/projects/console_objc++/src/main.mm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/projects/console_objc++/src/main.mm b/tests/projects/console_objc++/src/main.mm new file mode 100755 index 000000000..61a3f5875 --- /dev/null +++ b/tests/projects/console_objc++/src/main.mm @@ -0,0 +1,10 @@ +#import <Foundation/Foundation.h> + +int main(int argc, char** argv) +{ + @autoreleasepool + { + NSLog(@"hello world!"); + } + return 0; +} |
