1# mach: bfin
2
3.include "testutils.inc"
4	start
5
6
7	R0 = 5;
8	R0 += -1;
9	DBGA ( R0.L , 4 );
10	pass
11