cmake/Tests/SwiftMix/CMain.c
2019-11-11 23:01:05 +01:00

6 lines
67 B
C

extern int ObjCMain(void);
int main(void)
{
return ObjCMain();
}