summaryrefslogtreecommitdiffstats
path: root/Tests/VSMASM/foo.asm
blob: 51cb969314cab06eeb11ccafeb04c5e31bea0cd5 (plain)
1
2
3
4
5
6
7
ifndef TESTx64
.386
.model flat, c
endif
.code
include <foo-proc.asm>
end