brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · 59668ed Raw
8 lines · plain
1; RUN: not llvm-ml -filetype=s %s /Fo /dev/null 2>&1 | FileCheck %s2 3; CHECK: :[[# @LINE+1]]:1: error: expected section directive4foo PROC5; CHECK: :[[# @LINE+1]]:6: error: expected section directive before assembly directive6  ret7foo ENDP8