mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
4 lines
69 B
Nim
4 lines
69 B
Nim
let x = proc() = ## abc
|
|
let y = 3 #[tt.Error
|
|
^ invalid indentation]#
|