zig/test
Andrew Kelley 6edd81109d nullable pointers follow const-casting rules
any *T -> ?*T cast is allowed implicitly, even
when it occurs deep inside the type, and the cast
is a no-op at runtime.

in order to add this I had to make the comptime value
representation of nullable pointers the same as the
comptime value representation of normal pointers,
so that we don't have to do any recursive transformation
of values when doing this kind of cast.
2018-06-09 00:26:26 -04:00
..
cases nullable pointers follow const-casting rules 2018-06-09 00:26:26 -04:00
standalone
assemble_and_link.zig
behavior.zig
build_examples.zig
compare_output.zig
compile_errors.zig
gen_h.zig
runtime_safety.zig
tests.zig
translate_c.zig