mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-30 13:27:51 +03:00
7 lines
163 B
Zig
7 lines
163 B
Zig
pub usingnamespace @import("foundation/string.zig");
|
|
pub usingnamespace @import("foundation/type.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|