blob: c87022d715afd41261a5ce0f846f60f54cb41081 [file] [log] [blame]
Bharat saraswal039f59c2016-07-14 21:57:13 +05301module test8 {
Bharat saraswal94844d62016-10-13 13:28:03 +05302 namespace "multi:test8:test";
Bharat saraswal039f59c2016-07-14 21:57:13 +05303 prefix test ;
4
5 revision "2016-07-04" {
6 description "Initial revision.";
7 }
8
9 grouping grouping1 {
10 leaf leaf1 {
11 type int32;
12 }
13 }
14
15 typedef typedef3 {
16 type int32;
17 }
18
19 container container2 {
20 }
21
22}