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,foo1 4foo0: 5foo1: 6 7# CHECK: error: symbol 'foo0' is already defined 8