mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
4 lines
49 B
Nim
4 lines
49 B
Nim
func r(): auto =
|
|
func(): int = 2
|
|
discard r()()
|