1 2 3 4 5 6 7 8
const std = @import("std"); const testing = std.testing; const entity = @import("ecs/entity.zig"); test { _ = entity; }