mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
4 lines
49 B
Nim
4 lines
49 B
Nim
func r(): auto =
|
|
func(): int = 2
|
|
discard r()()
|