llvm-project/lld/test/pecoff/Inputs/nop.asm

10 lines
89 B
NASM

.386
.model flat, stdcall
option casemap :none
.code
start:
mov eax, 42
ret
end start