mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-02 14:28:37 +03:00
7 lines
136 B
Zig
7 lines
136 B
Zig
pub const c = @import("os/c.zig");
|
|
pub usingnamespace @import("os/log.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|