summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/bad-macro.s
blob: 313607b7782cdd1691643ffbe71ba895e2a27fe4 (plain)
1
2
3
4
5
6
7
8
9
// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2>&1 | FileCheck %s

.macro 23

// CHECK: expected identifier in '.macro' directive

.macro abc 33

// CHECK: expected identifier in '.macro' directive