#include int main(int argc,char **argv) { NSObject *o; o=[[NSObject alloc] init]; [o release]; [o release]; }