1 2 3 4 5 6 7 8
{.overflowchecks: on.} converter uglyToBool*(x: int): bool = {.Breakpoint.} result = x != 0