xref: /freebsd/contrib/libucl/tests/basic/comments.res (revision a3cefe7f2b4df0f70ff92d4570ce18e517af43ec)
1obj {
2    key = "value";
3    key = "/* value";
4    key = "nested";
5    key = "quotes";
6}
7
8