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