tprocexprasstmt.nim 49 B

1234
  1. func r(): auto =
  2. func(): int = 2
  3. discard r()()