]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/AsmParser/bad-macro.s
Vendor import of llvm release_32 branch r168974 (effectively, 3.2 RC2):
[FreeBSD/FreeBSD.git] / test / MC / AsmParser / bad-macro.s
1 // RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2>&1 | FileCheck %s
2
3 .macro 23
4
5 // CHECK: expected identifier in '.macro' directive
6
7 .macro abc 33
8
9 // CHECK: expected identifier in '.macro' directive