blob: e8db04fb40de15425f43a1e1ca9c2fbf2951ab5c [file] [log] [blame]
#import <Foundation/Foundation.h>
int main(int argc, char const *argv[]) {
@throw [[NSException alloc] initWithName:@"ThrownException"
reason:@"SomeReason"
userInfo:nil];
return 0;
}