xref: /freebsd/contrib/libucl/tests/basic/18.res (revision 669f9224ec5398fbc825dd031415126af032cf42)
1defaults {
2    key = "val";
3    foo = "bar";
4    many = "values here";
5}
6mything {
7    key = "newval";
8    foo = "bar";
9    many = "values here";
10}
11
12