summary refs log tree commit diff stats
path: root/tests/js/t14570.nim
blob: 100c2651d764453b4f7e0082dde4f132605bd269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
discard """
  output: '''
18
'''
"""

type A = range[15 .. 30]

let a: A = 18

echo ord(a)