#include int main(int argc, char ** argv) { @try { @throw nil; } @catch (id thing) { printf("caught!\n"); } return 0; }