1# arm testcase for push {$rlist}
2# mach: unfinished
3
4	.include "testutils.inc"
5
6	start
7
8	.global push
9push:
10	push {0}
11
12	pass
13