xref: /freebsd/contrib/libucl/tests/basic/18.res (revision 1f4bcc459a76b7aa664f3fd557684cd0ba6da352)
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