llvm-6502/test/MC/AsmParser/exprs-invalid.s

9 lines
191 B
ArmAsm
Raw Normal View History

// 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)