1// RUN: not llvm-mc -filetype=obj -triple i686-pc-win32 %s 2>%t 2// RUN: FileCheck %s < %t 3 4// CHECK: symbol 'bar' can not be undefined 5 6.data 7foo: 8 .secidx bar 9