initial import
This commit is contained in:
9
testdata/initial/file.mm
vendored
Normal file
9
testdata/initial/file.mm
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
int main (int argc, const char * argv[])
|
||||
{
|
||||
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
||||
NSLog (@"Hello, World!");
|
||||
[pool drain];
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user