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

	.include "testutils.inc"

	start

	.global push
push:
	push {0}

	pass
