summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/macros-darwin.s
blob: 31b9edb37818006efaa6f9d20fe45ec401af9f7e (plain)
1
2
3
4
5
6
7
8
9
// RUN: not llvm-mc -triple i386-apple-darwin10 %s 2> %t.err | FileCheck %s

.macro test1
.globl "$0 $1 $2 $$3 $n"
.endmacro

// CHECK: .globl "1 23  $3 2"
test1 1, 2 3