summary refs log tree commit diff stats
path: root/nimpretty/tests/simple.nim
blob: 5126658ea5d1534fe41c6441bd88cfaa8b30c83b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
var x: int = 2

echo x
# bug #9144

proc a() =
  while true:
    discard
    # comment 1

  # comment 2
  discard