mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
10 lines
110 B
Nim
10 lines
110 B
Nim
discard """
|
|
output: "true"
|
|
"""
|
|
|
|
# bug #2221
|
|
import tables
|
|
|
|
var tblo: TableRef[string, int]
|
|
echo tblo == nil
|