zig/test/cases
Andrew Kelley f0b6dac1f2 add implicit casts from *[N]T
* to `[]T`
 * to `[*]T`

See #770
2018-06-07 22:41:58 -04:00
..
bugs
import
namespace_depends_on_compile_var
pub_enum
align.zig
alignof.zig
array.zig
asm.zig
atomics.zig
bitcast.zig
bool.zig
cast.zig add implicit casts from *[N]T 2018-06-07 22:41:58 -04:00
const_slice_child.zig
coroutines.zig
defer.zig
enum_with_members.zig
enum.zig
error.zig
eval.zig
field_parent_ptr.zig
fn_in_struct_in_comptime.zig
fn.zig
for.zig
generics.zig
if.zig
import.zig
incomplete_struct_param_tld.zig
ir_block_deps.zig
math.zig
misc.zig
new_stack_call.zig
null.zig
pointers.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig
sizeof_and_typeof.zig
slice.zig
struct_contains_null_ptr_itself.zig
struct_contains_slice_of_itself.zig
struct.zig
switch_prong_err_enum.zig
switch_prong_implicit_cast.zig
switch.zig
syntax.zig
this.zig
try.zig
type_info.zig
undefined.zig
union.zig
var_args.zig
void.zig
while.zig