mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-22 11:46:11 +03:00
6 lines
108 B
Zig
6 lines
108 B
Zig
pub usingnamespace @import("simdvt/parser.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|