summaryrefslogtreecommitdiffstats
path: root/Tests/VSMASM/foo.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSMASM/foo.asm')
-rw-r--r--Tests/VSMASM/foo.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/VSMASM/foo.asm b/Tests/VSMASM/foo.asm
new file mode 100644
index 0000000..51cb969
--- /dev/null
+++ b/Tests/VSMASM/foo.asm
@@ -0,0 +1,7 @@
+ifndef TESTx64
+.386
+.model flat, c
+endif
+.code
+include <foo-proc.asm>
+end