export fn fail_memset() void { comptime { var num: u32 = undefined; @memset(@ptrCast([*]u8, &num), 0, @sizeOf(u32)); } ...
確定! 回上一頁