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

import int2bool

if 4:
  echo "ugly conversion successful"