1# mach(): m32r m32rx
2# status: 47
3# output:
4
5	;; Return with exit code 47.
6
7	.globl _start
8_start:
9	ldi8 r1,#47
10	ldi8 r0,#1
11	trap #0
12