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-07-14 18:11:46 -07:00
2022-01-30 21:27:52 +02:00
2020-10-31 12:21:49 +02:00
2022-07-06 15:10:41 -07:00