blob: 9acc939a308518a9c1500d8f29161b22358fddb8 [file] [log] [blame]
Bharat saraswal1edde622016-09-06 10:18:04 +05301submodule test6 {
2
3 belongs-to "test5" {
4 prefix "test";
5 }
6
7 revision "2016-07-04" {
8 description "Initial revision.";
9 }
10 container cont1 {
11 leaf leaf1 {
12 type int32;
13 }
14 }
15 container cont2 {
16 leaf leaf1 {
17 type int32;
18 }
19 }
20
21}