Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / MC / AsmParser / macro-def-in-instantiation.s
blobb6483b3b32b2cc662f2978f8c8b94be4c7d2efe0
1 // RUN: llvm-mc -triple x86_64-apple-darwin10 %s | FileCheck %s
3 .macro .make_macro
4 $0 $1
5 $2 $3
6 $4
7 .endmacro
9 .make_macro .macro,.mybyte,.byte,$0,.endmacro
11 .data
12 // CHECK: .byte 10
13 .mybyte 10