Andrew Kelley 04572f6e34 Sema: fix coerceResultPtr
It did not handle properly when the dummy operand was a comptime_int; it
was crashing in coerce because comptime_int is supposed to be
comptime-known. So when calling coerceResultPtr, we pass the actual
operand, not a dummy operand, which means it will have the proper
comptime value when necessary.
2022-07-14 18:11:46 -07:00
..
2022-04-27 16:45:23 -07:00
2022-05-13 16:43:59 -04:00
2022-07-14 18:11:46 -07:00
2022-01-07 00:06:06 -05:00