1	.text
2foo:
3	.ent foo
4	sync
5	sync.p
6	sync.l
7	.end foo
8
9# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
10	.space  8
11