[mips][microMIPS] Add microMIPS32r6 and microMIPS64r6 tests for existing 16-bit LBU16...
[oota-llvm.git] / test / MC / COFF / bad-expr.s
1 // RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s
2
3 // CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression
4
5         .data
6 _x:
7         .long   _x-__ImageBase