summary refs log tree commit diff stats
path: root/tests/rodfiles/bconv.nim
blob: 2289a7f972b1902368ae0120989404a279496730 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  output: "ugly conversion successful 2"
"""

import int2bool

if 4:
  echo "ugly conversion successful 2"