mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
8 lines
94 B
Zig
8 lines
94 B
Zig
const std = @import("std");
|
|
|
|
pub fn main() void {
|
|
std.debug.assert(false);
|
|
}
|
|
|
|
// exe=fail
|