mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
zon: Add anonymous struct literal in the example
This commit is contained in:
parent
2201f74d7f
commit
39aca6f37e
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
//! .b = "hello, world!",
|
||||
//! .c = .{ true, false },
|
||||
//! .d = .{ 1, 2, 3 },
|
||||
//! .e = .{ .x = 13, .y = 67 },
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue