PauloCampana
Results
2
comments of
PauloCampana
Reduced version: ```zig const std = @import("std"); fn give_me() std.mem.Allocator { var impl = std.heap.GeneralPurposeAllocator(.{}){}; return impl.allocator(); } var global = give_me(); pub fn main() void { _ = &global;...
I edited the original message to mark fixed ones, saw that PR when it came out but didn't realize it got merged.