brintos

brintos / llvm-project-archived public Read only

0
0
Text · 299 B · f5a71f4 Raw
9 lines · plain
1# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s2 3# CHECK: error: starting a new symbol definition without completing the previous one4# CHECK: error: starting a new symbol definition without completing the previous one5	.def first6	.def second7	.def third8 9