# arm testcase for mul $rd,$rs
# mach: unfinished
.include "testutils.inc"
start
.global alu_mul
alu_mul:
mul r0,r0
pass