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

                      
                                     
                


                 
{.overflowchecks: on.}

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