Files
Nim/nimpretty/tests/simple.nim
2018-10-16 17:21:41 +02:00

6 lines
36 B
Nim

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