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