const std = #import("std"); const Arena = std.Arena; const main = fn() *!void { var arena = try Arena.allocate(2*1024*1024); }