Files
ghostty/pkg/sentry/main.zig
2024-08-28 21:43:17 -07:00

6 lines
93 B
Zig

pub const c = @import("c.zig").c;
test {
@import("std").testing.refAllDecls(@This());
}