Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / MC / AsmParser / directive_lcomm.s
blob0a0add513fe98aa7a359e39066f2b086fcee65b6
1 # RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s
3 # CHECK: TEST0:
4 # CHECK: .zerofill __DATA,__bss,a,7,4
5 # CHECK: .zerofill __DATA,__bss,b,8
6 # CHECK: .zerofill __DATA,__bss,c,0
7 TEST0:
8 .lcomm a, 8-1, 4
9 .lcomm b,8
10 .lcomm c, 0