#import #import int main(int argc, char** argv) { @autoreleasepool { NSLog(@"add(1, 2): %d", add(1, 2)); } return 0; }