main { sub start() { ubyte aa = 42 ubyte bb = 99 aa += bb } }