mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-25 10:07:09 -04:00
8 lines
121 B
Zig
8 lines
121 B
Zig
export fn entry() void {
|
|
comptime @breakpoint();
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:14: error: encountered @breakpoint at comptime
|