const std = @import("std"); const Setup = @import("common.zig").Setup; pub fn main() !void { var setup = try Setup.get(); defer setup.deinit(); }