mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-21 03:06:15 +03:00
6 lines
76 B
Zig
6 lines
76 B
Zig
const std = @import("std");
|
|
|
|
test {
|
|
std.testing.refAllDecls(@This());
|
|
}
|