libs-base/Tests/base/NSMapTable/general.m

11 lines
178 B
Mathematica
Raw Permalink Normal View History

#import <Foundation/NSAutoreleasePool.h>
#import "ObjectTesting.h"
int main()
{
NSAutoreleasePool *arp = [NSAutoreleasePool new];
[arp release]; arp = nil;
return 0;
}