brintos

brintos / llvm-project-archived public Read only

0
0
Text · 218 B · 34c7a09 Raw
8 lines · plain
1# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s2 3# CHECK: ending symbol definition without starting one4# CHECK: ending symbol definition without starting one5	.endef6	.endef7 8