1263646Sbaptsection blah { # test
2263646Sbapt	param = "value"
3263646Sbapt}
4263646Sbaptsection test {
5263646Sbapt	key = test;
6263646Sbapt	subsection testsub {
7263646Sbapt		flag on;
8263646Sbapt		subsubsection testsubsub1 testsubsub2 {
9263646Sbapt			key = [1, 2, 3];
10263646Sbapt		}
11263646Sbapt	}
12263646Sbapt}
13263646Sbapt
14263646Sbaptsection test {
15263646Sbapt	/* Empty */
16263646Sbapt}
17263646Sbapt
18263646Sbapt
19263646Sbaptsection foo { # test
20263646Sbapt	param = 123.2;
21263646Sbapt}
22263646Sbapt
23263646Sbaptarray = []
24