Files
ghostty/src/lib_vt.zig
2025-09-21 19:39:58 -07:00

6 lines
75 B
Zig

const terminal = @import("terminal/main.zig");
test {
_ = terminal;
}