mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 08:03:08 +00:00
10 lines
144 B
Zig
10 lines
144 B
Zig
export fn entry() void {
|
|
comptime @trap();
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:14: error: encountered @trap at comptime
|