This reverts commit f88b523065.
Let's please go through the language proposal process for this change. I
don't see any justification for this breaking change even in the commit
message.
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
|