dfef5515cce15505b250c9d0c5161d0b52c2e98e
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6961 / foo-sub2.yang
1 submodule sub2-foo {
2     belongs-to foo {
3         prefix foo;
4     }
5
6     revision 2016-01-01;
7
8     leaf sub2-foo-leaf {
9         type string;
10     }
11 }