blob: e7c497e30bb97f5a2eb69ab20819eab5219428a9 [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
11 typedef typedef {
12 type int32;
13 }
14 container cont1 {
15 leaf leaf1 {
16 type int32;
17 }
18 }
19 container cont2 {
20 leaf leaf1 {
21 type int32;
22 }
23 }
24
25}