blob: aacf7f862803f25f37a432e380c41ac0981f9d69 [file] [log] [blame]
// RUN: not llvm-mc -filetype=obj -triple i686-pc-win32 %s 2>%t
// RUN: FileCheck %s < %t
// CHECK: symbol 'bar' can not be undefined
// CHECK: symbol 'baz' can not be undefined
.data
foo:
.secidx bar
.secidx baz