mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 11:34:43 +00:00
fixes #2489
This commit is contained in:
9
tests/ccgbugs/tarray_equality.nim
Normal file
9
tests/ccgbugs/tarray_equality.nim
Normal file
@@ -0,0 +1,9 @@
|
||||
discard """
|
||||
output: '''true'''
|
||||
"""
|
||||
|
||||
# bug #2489
|
||||
|
||||
let a = [1]
|
||||
let b = [1]
|
||||
echo a == b
|
||||
Reference in New Issue
Block a user