8 lines · plain
1# RUN: not llvm-mc -filetype=obj -triple x86_64-windows-gnu %s -o %t.o 2>&1 | FileCheck %s --implicit-check-not=error:2 3.section foo0,"xr",discard,foo14foo0:5foo1:6 7# CHECK: error: symbol 'foo0' is already defined8 1# RUN: not llvm-mc -filetype=obj -triple x86_64-windows-gnu %s -o %t.o 2>&1 | FileCheck %s --implicit-check-not=error:2 3.section foo0,"xr",discard,foo14foo0:5foo1:6 7# CHECK: error: symbol 'foo0' is already defined8