#import "ObjectTesting.h" #import #import int main() { NSAutoreleasePool *arp = [NSAutoreleasePool new]; test_alloc(@"NSBundle"); test_NSObject(@"NSBundle", [NSArray arrayWithObject:[NSBundle new]]); [arp release]; arp = nil; return 0; }