mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 10:40:50 +00:00
8 lines
120 B
Mathematica
8 lines
120 B
Mathematica
|
#include <objc/objc-api.h>
|
||
|
|
||
|
int main (void)
|
||
|
{
|
||
|
IMP (*__objc_msg_forward1)(id,SEL) = __objc_msg_forward2;
|
||
|
return 0;
|
||
|
}
|