lipsum
lipsum
### Zig Version 0.12.0-dev.3652+a59ad719d ### Steps to Reproduce and Observed Behavior Code: ```zig const std = @import("std"); pub fn main() void { var a: f32 = 5.0; var b: f32...
### Zig Version 0.12.0-dev.2619+5cf138e51 ### Steps to Reproduce and Observed Behavior Build command: `zig build-exe -OReleaseSmall -flto -fstrip -fsingle-threaded -target x86_64-windows main.zig` Code: ``` const std = @import("std"); pub fn...
Not handling this results in segfault (with boost on) or "Expected to read xxx bytes, but only read yyy bytes" error (with boost off). Its typetree from one of my...