summary refs log tree commit diff stats
path: root/tests/run/tlenopenarray.nim
blob: 58041def255902172cc2776aca9a708101062101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
discard """
  file: "tlenopenarray.nim"
  output: "1"
"""

# len(x) --> len([x]) --> match!
echo len(1_000_000) #OUT 1