summary refs log tree commit diff stats
path: root/tests/ic/mdefconverter.nim
blob: d0a23f801b7d7a7d0cc4056dc4253143f24649c5 (plain) (blame)
1
2
converter toBool*(x: int): bool = x != 0