forked from OSchip/llvm-project
parent
a450397247
commit
00cfa14284
|
@ -0,0 +1,7 @@
|
|||
extern void start() __asm__("start");
|
||||
extern void _start() __asm__("_start");
|
||||
extern void __start() __asm__("__start");
|
||||
void start() {}
|
||||
void _start() {}
|
||||
void __start() {}
|
||||
|
Loading…
Reference in New Issue