ghostty/pkg/pixman/main.zig
2022-11-24 10:21:27 -08:00

6 lines
76 B
Zig

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