1 2 3 4 5 6 7 8 9 10 11 12
const std = @import("std"); pub fn start(_: anytype, _: anytype) bool { std.debug.attachSegfaultHandler(); return true; } pub fn generate() void {} pub fn crashReportPath(_: *[1024]u8) []const u8 { return ""; }