ghostty/pkg/macos/os.zig
2022-10-31 14:47:10 -07:00

7 lines
136 B
Zig

pub const c = @import("os/c.zig");
pub usingnamespace @import("os/log.zig");
test {
@import("std").testing.refAllDecls(@This());
}