brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · 778c16b Raw
4 lines · c
1// Explicit mangling is necessary as on Darwin an underscore is prepended to the symbol.2int asm_main() __asm("asm_main");3int main() { return asm_main(); }4