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