mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
8 lines
64 B
NASM
8 lines
64 B
NASM
%ifdef TESTx64
|
|
foo:
|
|
%else
|
|
_foo:
|
|
%endif
|
|
mov eax, 0
|
|
ret
|