=== Compliant solution
The following sequence is clearer and therefore safer:
[source,text]
----
++u8b;
u8a = u8b + u8c;
u8c--;
foo = bar / 4;
bar++;