pub const StdIn = union(enum)
pub const StdIn = union(enum) { none, bytes: []const u8, lazy_path: std.Build.LazyPath, }