mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-23 18:08:39 +03:00
6 lines
100 B
Zig
6 lines
100 B
Zig
pub const c = @import("carbon/c.zig").c;
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|