DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / closure / t15594.nim
12345678910
discard """ errormsg: "The variable name cannot be `result`!" """ import sugar proc begin(): int = capture result: echo 1+1 result