# arm testcase for str $rd,[$rb,$ro]
# mach: unfinished

	.include "testutils.inc"

	start

	.global str
str:
	str r0,[r0,r0]

	pass
