mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 01:21:40 +00:00
5 lines
59 B
Nim
5 lines
59 B
Nim
|
|
var x: int = 2
|
|
|
|
echo x # bug #9144
|