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