mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
06ee383da9
In particular, this allows importing `build.zig.zon` at comptime.
17 lines
225 B
Zig
17 lines
225 B
Zig
.{
|
|
.{
|
|
.bool_true = true,
|
|
.bool_false = false,
|
|
.string = "foo",
|
|
},
|
|
.{
|
|
null,
|
|
10,
|
|
36893488147419103232,
|
|
1.234,
|
|
'z',
|
|
.bar,
|
|
.{},
|
|
},
|
|
}
|