677969f6e ^
18cea8e9b ^
1 2
3
4 5 6 7 8 9
discard """ matrix: "--gc:arc" errormsg: "expression cannot be cast to 'int'" """ block: # bug #16558 var value = "hi there" var keepInt: int keepInt = cast[int](value)