1root { 2 module = "test"; 3 foo { 4 foo1 { 5 term1 = "hello"; 6 bar { 7 term1 = "world"; 8 } 9 } 10 } 11}