blob: 2e574dc89c05ef24c4caa4917079a801e8cea0b4 [file] [log] [blame]
# RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s
# RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s
.code
t1 PROC
ret
t1 ENDP
; CHECK: t1:
; CHECK: ret
END