xref: /freebsd/contrib/libucl/tests/basic/10.in (revision 7902c8dca8f098a5e4ac67eaf6d92da85387b603)
1section foo bar {
2	  key = value
3}
4section foo baz {
5	  key = value
6}
7section foo {
8	  bar = lol /* removing this line makes parsing successful */
9}
10