cmake/Tests/VSNASM/include/foo-proc.asm
2017-07-20 19:35:53 +02:00

8 lines
64 B
NASM

%ifdef TESTx64
foo:
%else
_foo:
%endif
mov eax, 0
ret