summary refs log tree commit diff stats
path: root/tests/generics/tableref_is_nil.nim
blob: 1ad4b3b0ce2738b643d2ce9dd7b8aa6859de3c9a (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  output: "true"
"""

# bug #2221
import tables

var tblo: TableRef[string, int]
echo tblo == nil