1	.section .text.foo,"ax",%progbits
2	.globl	foo
3	.type	foo, %function
4foo:
5	.byte 0
6	.section .data.opt_out,"aw",%progbits
7	.type	opt_out, %object
8opt_out:
9	.dc.a bar
10