aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/macros-darwin.s
blob: 95965d3fe1cb097fb7b6b34e54c633636131e4eb (plain)
1
2
3
4
5
6
7
8
9
// RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s

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

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