Files
zig/test/link/macho/entry_in_dylib/bootstrap.c

6 lines
63 B
C

extern int my_main();
int bootstrap() {
return my_main();
}