1 #import <Foundation/Foundation.h>
11 @interface MyObject : NSObject {}
15 @implementation MyObject
18 c.bar(); // break here
22 int main (int argc, char const *argv[]) {
23 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
24 id obj = [MyObject new];