1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
2 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o - | grep 'newInv->_container'
4 @interface NSMutableArray
5 - (void)addObject:(id)addObject;
8 @interface NSInvocation {
12 + (NSInvocation *)invocationWithMethodSignature;
16 @implementation NSInvocation
18 + (NSInvocation *)invocationWithMethodSignature {
20 id obj = newInv->_container;
21 [newInv->_container addObject:0];