#import "test.h" #import int add(int a, int b) { NSLog(@"add(%d, %d)", a, b); return a + b; }