root {
    module = "test";
    foo {
        term1 = 1;
        term2 = 0x2;
        term3 = 0b11;
    }

    bar : &foo {
        term1 = 2;
        term4 = "world";
    }
}