1const std = @import("std");
2
3pub fn main() void {
4 std.debug.assert(false);
5}
6
7// exe=fail