1# mach: bfin 2.include "testutils.inc" 3 start 4 5 R0 = 0; 6 CC = R0 == R0; 7 8 IF CC JUMP 4; 9 JUMP.S LL1; 10 pass 11LL1: 12 fail 13