blob: 541b7ddce11ac7efefda0128b900f9eb2c7d8419 [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 }
Bharat saraswald50c6382016-07-14 21:57:13 +053010 grouping grouping1 {
Bharat saraswalb1170bd2016-07-14 13:26:18 +053011 leaf leaf1 {
12 type int32;
13 }
14 }
15}