aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/exprs-invalid.s
blob: 4accc39087c3dca0e2b9ea3202e3abde5324d10e (plain)
1
2
3
4
5
6
7
8
// RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
// RUN: FileCheck -input-file %t %s

        .text
a:
        .data
// CHECK: expected relocatable expression
        .long -(0 + a)