# arm testcase for pop {${rlist-pc}}
# mach: unfinished

	.include "testutils.inc"

	start

	.global pop_pc
pop_pc:
	pop {0}

	pass
