1 2 3 4 5 6 7 8 9 10
const std = @import("std"); const enumpkg = @import("enum.zig"); pub const allocator = @import("allocator.zig"); pub const Enum = enumpkg.Enum; pub const EnumTarget = enumpkg.Target; test { std.testing.refAllDecls(@This()); }