mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
14 lines
115 B
Nim
14 lines
115 B
Nim
|
|
var x: int = 2
|
|
|
|
echo x
|
|
# bug #9144
|
|
|
|
proc a() =
|
|
while true:
|
|
discard
|
|
# comment 1
|
|
|
|
# comment 2
|
|
discard
|