Bharat saraswal | 1edde62 | 2016-09-06 10:18:04 +0530 | [diff] [blame] | 1 | submodule 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 | } |