/* copyright 2004 Alexander Malmberg */ #include #include int main(int argc, char **argv) { CREATE_AUTORELEASE_POOL(arp); /* Should run without causing any exceptions. */ [NSPrintInfo sharedPrintInfo]; DESTROY(arp); return 0; }