6fc74cec5 ^
1 2 3 4 5 6 7 8
discard """ errormsg: "type mismatch: got <string> but expected 'int literal(1)'" line: 8 """ iterator b(): auto {.closure.} = yield 1 if true: return "str"