[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AsmParser / bad-macro.s
blob313607b7782cdd1691643ffbe71ba895e2a27fe4
1 // RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2>&1 | FileCheck %s
3 .macro 23
5 // CHECK: expected identifier in '.macro' directive
7 .macro abc 33
9 // CHECK: expected identifier in '.macro' directive