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 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