Files
Nim/nimpretty/tests/simple.nim
2018-10-24 00:59:57 +02:00

14 lines
115 B
Nim

var x: int = 2
echo x
# bug #9144
proc a() =
while true:
discard
# comment 1
# comment 2
discard