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