5fed1c05c ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# bug #16987 discard """ errormsg: "cannot evaluate at compile time: inp" nimout: ''' tstatic_callable_error.nim(14, 21) Error: cannot evaluate at compile time: inp''' """ # line 10 proc getNum(a: int): int = a let inp = 123 echo (static getNum(inp))