summaryrefslogtreecommitdiffstats
path: root/Tests/VSNASM/include/foo-proc.asm
blob: 450a7919b530609802f31e4884300dd56a4fdddd (plain)
1
2
3
4
5
6
7
%ifdef TESTx64
foo:
%else
_foo:
%endif
    mov  	eax, 0
    ret