blob: b6483b3b32b2cc662f2978f8c8b94be4c7d2efe0 [file] [log] [blame]
Daniel Dunbar9ece46d2010-07-19 00:43:58 +00001// RUN: llvm-mc -triple x86_64-apple-darwin10 %s | FileCheck %s
Daniel Dunbar7a570d02010-07-18 19:00:10 +00002
3.macro .make_macro
4$0 $1
5$2 $3
6$4
7.endmacro
8
9.make_macro .macro,.mybyte,.byte,$0,.endmacro
10
11.data
12// CHECK: .byte 10
13.mybyte 10