1root { 2 module = "test"; 3 foo { 4 term1 = 1; 5 term2 = 0x2; 6 term3 = 0b11; 7 } 8 9 bar { 10 term1 = &root.bar; 11 } 12}