1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/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)