Files
Nim/nimpretty/tests/simple.nim
2020-10-20 01:19:49 +02:00

19 lines
170 B
Nim

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