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