Files
Nim/nimpretty/tests/simple.nim
Andreas Rumpf e0eda28a99 nimpretty: fixes #9144
(cherry picked from commit 778e4d1775)
2018-11-01 17:44:54 +01:00

6 lines
36 B
Nim

var x: int = 2
echo x
# bug #9144