# arm testcase for push {${rlist-lr}}
# mach: unfinished

	.include "testutils.inc"

	start

	.global push_lr
push_lr:
	push {0}

	pass
