blob: 956ce111d1b87004929ab79249f0d0ec491c42d7 [file] [log] [blame]
# mach: bfin
.include "testutils.inc"
start
R0 = 5;
R0 += -1;
DBGA ( R0.L , 4 );
pass