3c7cce0e259bc99bd92aa5d3b8a809068b3c4ba5
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7480 / files / sub-mod.yang
1 submodule sub-mod {
2     belongs-to parent-mod {
3         prefix pm;
4     }
5
6     container my-container {
7         leaf my-leaf {
8             type string;
9         }
10     }
11 }