677cb02542e3b0bfdf3a356e948dc5e7899313c2
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7480 / main-source-lib-source-conflict-test / parent-module.yang
1 module parent-module {
2     namespace pm-ns;
3     prefix pm;
4
5     include child-module;
6
7     container parent-mod-cont {}
8 }