Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }
[oota-llvm.git] / test / MC / AsmParser / directive_fill.s
1 # RUN: llvm-mc %s > %t
2
3 # RUN: grep -A 2 TEST0 %t > %t2
4 # RUN: grep ".byte 10" %t2 | count 1
5 TEST0:  
6         .fill 1, 1, 10
7
8 # RUN: grep -A 3 TEST1 %t > %t2
9 # RUN: grep ".short 3" %t2 | count 2
10 TEST1:  
11         .fill 2, 2, 3