discard """ errmsg: "type mismatch: got " line: 15 nimout: '''type mismatch: got but expected one of: proc inc[T: Ordinal | uint | uint64](x: var T; y = 1) for a 'var' type a variable needs to be passed, but 'i' is immutable expression: inc i ''' """ for i in 0..10: echo i inc i