(* testing r-expr *) main(): void { k,i,j: int; { i = 3 + 6 -j; k = 90; j = (k > 5); i = (j < 9) + 10 } }