1const std = @import("std");
2
3pub fn main(init: std.process.Init) !void {
4 try std.testing.expectEqual(0, init.environ_map.count());
5}