summaryrefslogtreecommitdiffstats
path: root/Tests/VSNASM/foo.asm
blob: aba0673c01d165fa27312c867ea057a0c158d43a (plain)
1
2
3
4
5
6
7
section .text
%ifdef TEST2x64
global foo
%else
global _foo
%endif
%include "foo-proc.asm"