mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 03:00:51 +00:00
10 lines
132 B
Mathematica
10 lines
132 B
Mathematica
|
|
||
|
#include "objc-common.g"
|
||
|
#include <objc/objc-exception.h>
|
||
|
|
||
|
int main (void)
|
||
|
{
|
||
|
objc_setUncaughtExceptionHandler (0);
|
||
|
return 0;
|
||
|
}
|