Backlog/lib/cimgui/tests/tests.zig

6 lines
75 B
Zig

const cimgui = @import("cimgui");
test "huh" {
cimgui.initialize();
}