summaryrefslogtreecommitdiff
path: root/test/MC/COFF/bad-expr.s
blob: ecbdd415c3a616f5427104618c97e173fc76ce2c (plain)
1
2
3
4
5
6
7
// RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s

// CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression

        .data
_x:
        .long   _x-__ImageBase