Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
assign_to_invalid_dereference.zig
pretty
plain
permalink
blame
history
•
7 lines
•
122 B
1
export fn entry() void {
2
'a'.* = 1;
3
}
4
5
// error
6
//
7
// :2:8: error: cannot dereference non-pointer type 'comptime_int'