#include<stdlib.h>#import "../../../objc-obj-c++-shared/Object1.h"/* do nothing except prove we can compile and link code calling the ecceptions mechanism */intmain(void){@try{inta=1;@throw[Objectnew];}@catch(Object*obj){return0;}abort();}#import "../../../objc-obj-c++-shared/Object1-implementation.h"