Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
invalid_pointer_syntax.zig
pretty
plain
permalink
blame
history
•
7 lines
•
131 B
1
export fn foo() void {
2
var guid: *:0 const u8 = undefined;
3
}
4
5
// error
6
//
7
// :2:16: error: expected type expression, found ':'