mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
8 lines
184 B
ArmAsm
8 lines
184 B
ArmAsm
|
// RUN: not llvm-mc -n -triple i386-unknown-unknown %s 2> %t
|
||
|
// RUN: FileCheck < %t %s
|
||
|
|
||
|
.globl a
|
||
|
// CHECK: error: expected section directive before assembly directive
|
||
|
.long 0
|
||
|
|