cf0d31ce1d6201979ac0e8baac10bf87f8a424c7
[yangtools.git] / yang / yang-parser-impl / src / test / resources / mapped-build / sub-foo.yang
1 submodule sub-foo {
2     belongs-to foo {
3         prefix foo-m;
4     }
5     
6     revision "2015-02-01" {
7         description "Initial version";
8     }
9 }