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// CHECK: symbol 'baz' can not be undefined
6
7.data
8foo:
9        .secidx bar
10        .secidx baz
11