llvm-6502/test/MC/AsmParser/macro-def-in-instantiation.s
2010-07-18 19:00:10 +00:00

14 lines
163 B
ArmAsm

// RUN: llvm-mc %s | FileCheck %s
.macro .make_macro
$0 $1
$2 $3
$4
.endmacro
.make_macro .macro,.mybyte,.byte,$0,.endmacro
.data
// CHECK: .byte 10
.mybyte 10