zon: Add anonymous struct literal in the example

This commit is contained in:
Manlio Perillo 2025-08-15 14:33:55 +02:00 committed by Alex Rønne Petersen
parent 2201f74d7f
commit 39aca6f37e

View File

@ -23,6 +23,7 @@
//! .b = "hello, world!",
//! .c = .{ true, false },
//! .d = .{ 1, 2, 3 },
//! .e = .{ .x = 13, .y = 67 },
//! }
//! ```
//!