1root { 2 module = "test"; 3 foo { 4 } 5 bar { 6 /* 7 * it's comment 8 */ 9 10 /* 11 term1 = 1; 12 term2 = 1; 13 */ 14 15 term2 = 2; 16 } 17}