mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01: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
|
||
|
|