1	.text
2
3	.globl	foo
4	.type	foo, @function
5foo:
6	.insn
7	.dc.l	0
8	.size	foo, . - foo
9
10	.set	micromips
11
12	.globl	bar
13	.type	bar, @function
14bar:
15	.insn
16	.dc.l	0
17	.size	bar, . - bar
18
19	.globl	baz
20	.type	baz, @object
21baz:
22	.dc.l	0
23	.size	baz, . - baz
24