YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug7480 / main-source-lib-source-conflict-test / child-module.yang
1 submodule child-module {
2     belongs-to parent-module {
3         prefix pm;
4     }
5
6     container child-mod-cont {}
7 }