Files
CMake/Tests/SwiftMix/CMain.c
2019-05-01 13:30:14 +02:00

6 lines
67 B
C

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