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