1*04c27852SFangrui Song# RUN: not llvm-mc -filetype=obj -triple x86_64-windows-gnu %s -o %t.o 2>&1 | FileCheck %s --implicit-check-not=error: 2*04c27852SFangrui Song 3*04c27852SFangrui Song.section foo0,"xr",discard,foo1 4*04c27852SFangrui Songfoo0: 5*04c27852SFangrui Songfoo1: 6*04c27852SFangrui Song 7*04c27852SFangrui Song# CHECK: error: symbol 'foo0' is already defined 8