1 // RUN
: llvm-mc
-triple i386-apple-darwin9
%s
-filetype
=obj
-o
- | macho-dump | FileCheck
%s
3 // Check that the section itself is aligned.
7 .zerofill __DATA,__bss,_a,1,0
8 .zerofill __DATA,__bss,_b,4,4
11 // CHECK
: ('n_value', 16)
12 // CHECK
: ('_string', '_a')
14 // CHECK
: ('n_value', 32)
15 // CHECK
: ('_string', '_b')