# // main.zig test "zon array" { const x: struct { [2]u8, []const u8 } = @import("test.zon"); std.debug.print("{}\n", .{x}); // { prints { 1, 2 }, { 1, 3 } } }