summaryrefslogtreecommitdiff
path: root/Tests/VSNASM/include/foo-proc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSNASM/include/foo-proc.asm')
-rw-r--r--Tests/VSNASM/include/foo-proc.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/VSNASM/include/foo-proc.asm b/Tests/VSNASM/include/foo-proc.asm
new file mode 100644
index 0000000000..450a7919b5
--- /dev/null
+++ b/Tests/VSNASM/include/foo-proc.asm
@@ -0,0 +1,7 @@
+%ifdef TESTx64
+foo:
+%else
+_foo:
+%endif
+ mov eax, 0
+ ret