zig/test
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
..
behavior Sema: fix coerceResultPtr 2022-07-14 18:11:46 -07:00
cases Merge pull request #12044 from Vexu/stage2-compile-errors 2022-07-11 20:45:27 -04:00
link wasm-linker: Implement linker tests (#12006) 2022-07-12 14:36:33 +02:00
src
stage1/c_abi
stage2
standalone
assemble_and_link.zig
behavior.zig
cases.zig
cli.zig
compare_output.zig
compile_errors.zig
gen_h.zig
link.zig wasm-linker: Implement linker tests (#12006) 2022-07-12 14:36:33 +02:00
run_translated_c.zig
stack_traces.zig
standalone.zig
tests.zig wasm-linker: Implement linker tests (#12006) 2022-07-12 14:36:33 +02:00
translate_c.zig