main { sub start() { fubar(1,2,3,4) } sub fubar(ubyte aa, ubyte bb, ubyte cc, ubyte dd) { ubyte aa bb: sub cc() { dd++ } } }