mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 19:13:16 +00:00
10 lines
141 B
Zig
10 lines
141 B
Zig
pub fn entry() void {
|
|
comptime @trap();
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:14: error: encountered @trap at comptime
|