summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/Bug_3819_Regression.idl
blob: 3b0a15676e737fc82ac7e6415e9d30f694d1a038 (plain)
1
2
3
4
5
6
7
8
9
module orange {
    module apple {
        valuetype Foo;
        valuetype Foo;

        component Bar;
        component Bar;
    };
};