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