mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
10 lines
87 B
Nim
10 lines
87 B
Nim
discard """
|
|
output: '''true'''
|
|
"""
|
|
|
|
# bug #2489
|
|
|
|
let a = [1]
|
|
let b = [1]
|
|
echo a == b
|