summaryrefslogtreecommitdiffstats
path: root/Tests/NasmOnly/libnasm1.nasm
blob: c72a1ad877337f55494758b7d55efcfe995074ba (plain)
1
2
3
4
5
6
global LibNasm1Func

section .text
LibNasm1Func:
  mov rax, 1
  ret