proc.test 166 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 # RUN: llvm-ml -m32 -filetype=asm %s | FileCheck %s # RUN: llvm-ml -m64 -filetype=asm %s | FileCheck %s .code t1 PROC ret t1 ENDP ; CHECK: t1: ; CHECK: ret END