blob: aba0673c01d165fa27312c867ea057a0c158d43a [file] [log] [blame]
section .text
%ifdef TEST2x64
global foo
%else
global _foo
%endif
%include "foo-proc.asm"