1# Test for illegal pc-relative relocations
2	.text
3	.section .init0, "x"
4	.global _start
5_start:
6foo:
7# Negative loop termination point
8	nop
9	loop foo, r20
10