zig/test/behavior/zon/anon.zon
Mason Remaley 06ee383da9
compiler: allow @import of ZON without a result type
In particular, this allows importing `build.zig.zon` at comptime.
2025-04-02 05:53:22 +01:00

16 lines
225 B
Text

.{
.{
.bool_true = true,
.bool_false = false,
.string = "foo",
},
.{
null,
10,
36893488147419103232,
1.234,
'z',
.bar,
.{},
},
}