mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
6 lines
191 B
ArmAsm
6 lines
191 B
ArmAsm
|
// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err > %t
|
||
|
// RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s
|
||
|
|
||
|
.long $1
|
||
|
// CHECK-ERROR: 4:7: error: invalid token in expression
|