Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
missing_parameter_name_of_generic_function.zig
pretty
plain
permalink
blame
history
•
9 lines
•
141 B
1
fn dump(anytype) void {}
2
export fn entry() void {
3
var a: u8 = 9;
4
dump((&a).*);
5
}
6
7
// error
8
//
9
// :1:9: error: missing parameter name