mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 08:02:32 +00:00
8 lines
110 B
Zig
8 lines
110 B
Zig
|
export fn foo() void {
|
||
|
@compileError("this is an error");
|
||
|
}
|
||
|
|
||
|
// error
|
||
|
//
|
||
|
// :2:5: error: this is an error
|