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