mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 18:50:47 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31765 72102866-910b-0410-8b05-ffd578937521
9 lines
132 B
Objective-C
9 lines
132 B
Objective-C
|
|
#include "objc-common.g"
|
|
#include <objc/objc-exception.h>
|
|
|
|
int main (void)
|
|
{
|
|
objc_setUncaughtExceptionHandler (0);
|
|
return 0;
|
|
}
|