blob: 961147cf2c3fec34c9f6f01ca39e4877ddedeae3 [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301submodule test6 {
2
3 belongs-to "test5" {
4 prefix "test";
5 }
6
7 revision "2016-07-04" {
8 description "Initial revision.";
9 }
10 grouping abc {
11 leaf leaf1 {
12 type int32;
13 }
14 }
15}