19 lines · plain
1; RUN: llvm-ml %s /Zs /Fo - | FileCheck %s2 3.code4 5t1 PROC6 ECHO Testing!7 ret8t1 ENDP9 10; check for the .text symbol (appears in both object files & .s output)11; CHECK-NOT: .text12 13; CHECK: Testing!14 15; check for the .text symbol (appears in both object files & .s output)16; CHECK-NOT: .text17 18end19