main.c:
extern void somefunc(int); int main() { somefunc(0); }
somefunc.asm:
global somefunc section .text somefunc: m