mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
10 lines
166 B
Zig
10 lines
166 B
Zig
export fn foo() void {
|
|
var guid: *:0 const u8 = undefined;
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:16: error: expected type expression, found ':'
|