summaryrefslogtreecommitdiffstats
path: root/Tests/VSNASM/bar.asm
blob: b486d82aec74d1a61f80a6c82fa9cad059f38d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
section .text
%ifdef TEST2x64
global bar
%else
global _bar
%endif
%ifdef TESTx64
bar:
%else
_bar:
%endif
    mov  	EAX_COMMA_SPACE_ZERO
    ret