Implement parsing support for the .comm directive. Patch by
[oota-llvm.git] / test / MC / AsmParser / directive_comm.s
1 # RUN: llvm-mc %s > %t
2
3 # RUN: grep -A 3 TEST0 %t > %t2
4 # RUN: grep ".comm a,6,2" %t2 | count 1
5 # RUN: grep ".comm b,8" %t2 | count 1
6 TEST0:  
7         .comm a, 4+2, 2
8         .comm b,8