blob: 519058efe173afc81eb4c362327f7f796a5ee594 [file] [log] [blame]
extern int ObjCMain(void);
int main(void)
{
return ObjCMain();
}