mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
6 lines
80 B
Zig
6 lines
80 B
Zig
test "ghostty_h" {
|
|
_ = @cImport({
|
|
@cInclude("ghostty.h");
|
|
});
|
|
}
|