1 /* Tests for single stepping through various branch conditions */
9 { return noscramble(a
) ; }
11 int equaltest(int a
,int b
)
14 retval
= noscramble(1) ;
15 else retval
= noscramble(0) ;
19 int neqtest(int a
, int b
)
23 else retval
= echo(2) ;
33 retval
= echo(retval
) ;
42 int nonzerotest(int a
)
47 else retval
= echo(1) ;
69 int decr(int x
) { return x
- 1 ; }
97 whiletest(3) ; /* worked */