mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 14:11:00 +00:00
8 lines
86 B
Mathematica
8 lines
86 B
Mathematica
|
#include <objc/objc-api.h>
|
||
|
|
||
|
int main (void)
|
||
|
{
|
||
|
objc_set_unexpected(0);
|
||
|
return 0;
|
||
|
}
|