mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
8 lines
146 B
ArmAsm
8 lines
146 B
ArmAsm
|
// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
|
||
|
// RUN: FileCheck < %t %s
|
||
|
|
||
|
.rept 3
|
||
|
.long
|
||
|
|
||
|
// CHECK: no matching '.endr' in definition
|