index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
VSNASM
/
include
/
foo-proc.asm
blob: 450a7919b530609802f31e4884300dd56a4fdddd (
plain
)
1
2
3
4
5
6
7
%
ifdef TESTx64
foo:
%
else
_foo:
%
endif
mov
eax
,
0
ret