1262395Sbaptsection blah { # test
2262395Sbapt	param = "value"
3262395Sbapt}
4262395Sbaptsection test {
5262395Sbapt	key = test;
6262395Sbapt	subsection testsub {
7262395Sbapt		flag on;
8262395Sbapt		subsubsection testsubsub1 testsubsub2 {
9262395Sbapt			key = [1, 2, 3];
10262395Sbapt		}
11262395Sbapt	}
12262395Sbapt}
13262395Sbapt
14262395Sbaptsection test {
15262395Sbapt	/* Empty */
16262395Sbapt}
17262395Sbapt
18262395Sbapt
19262395Sbaptsection foo { # test
20262395Sbapt	param = 123.2;
21262395Sbapt}
22263032Sbapt
23263032Sbaptarray = []
24