mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-20 22:00:57 +00:00
6 lines
36 B
Nim
6 lines
36 B
Nim
|
|
var x: int = 2
|
|
|
|
echo x
|
|
# bug #9144
|