xref: /aosp_15_r20/external/llvm/test/MC/AsmParser/macro-rept-err2.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
2*9880d681SAndroid Build Coastguard Worker// RUN: FileCheck < %t %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker.rept 3
5*9880d681SAndroid Build Coastguard Worker.long
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker// CHECK: no matching '.endr' in definition
8