brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · 32356e9 Raw
14 lines · plain
1; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:2 3.code4 5t1 PROC6  xor eax, eax7t1_nested PROC8  ret9t1 ENDP10t1_nested ENDP11; CHECK: :[[# @LINE - 2]]:1: error: endp does not match current procedure 't1_nested'12 13END14