luxlabs header browser preview


@interface TFCrashSimulator : NSObject

- (void)triggerSIGBUS;
- (void)triggerSIGILL;
- (void)triggerSIGSEGV;

@end