Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-model-export / src / test / resources / bugs / bug2444 / yang / submodule.yang
1 submodule submodule {
2     belongs-to include {
3         prefix incl;
4     }
5
6     container sub-con {
7     }
8 }