``` fn main() { a := uint16(0x0) b := uint16(0x1) r := a-b printf("Hello, World! %d\n", r) } ``` As far as I tested, it only happens on `uintN`'s (not `uint`) ~~and only happens on subtraction.~~ nevermind, sorry.
As far as I tested, it only happens on
uintN's (notuint)and only happens on subtraction.nevermind, sorry.