mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-03 21:31:00 +00:00
8 lines
117 B
Mathematica
8 lines
117 B
Mathematica
|
#include <objc/objc-api.h>
|
||
|
|
||
|
int main (void)
|
||
|
{
|
||
|
IMP (*__objc_msg_forward1)(SEL) = __objc_msg_forward;
|
||
|
return 0;
|
||
|
}
|