summary refs log tree commit diff stats
path: root/tests/rodfiles/int2bool.nim
blob: 0f6fd14e6f304ed0b89662abb19ae1c73e747a5c (plain) (blame)
1
2
3
4
5
6
7
8
{.overflowchecks: on.}

converter uglyToBool*(x: int): bool =
  {.Breakpoint.}
  result = x != 0