1 /* Check that throwing an exception from a -forward:: works. */
2 /* Developed by Marcin Koziej <creep@desk.pl>. */
4 #import <objc/Object.h>
5 #import <objc/objc-api.h>
10 @interface Thrower : Object
11 - forward: (SEL) s : (void*) a;
14 @implementation Thrower
15 - forward: (SEL) s : (void*) a