aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/zon/anon.zon
blob: 6a434cf62748c0b07a67e3e88f0cee900ab50acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.{
    .{
        .bool_true = true,
        .bool_false = false,
        .string = "foo",
    },
    .{
        null,
        10,
        36893488147419103232,
        1.234,
        'z',
        .bar,
        .{},
    },
}