blob: 036d78a41b4e6c391b70d5047163a45f7d3cca09 [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301module test7 {
2 namespace "test5:test";
3 prefix test ;
4
5 revision "2016-07-04" {
6 description "Initial revision.";
7 }
8
Bharat saraswald50c6382016-07-14 21:57:13 +05309 grouping grouping1 {
10 leaf leaf1 {
11 type int32;
12 }
13 }
14
15 typedef typedef3 {
Bharat saraswalb1170bd2016-07-14 13:26:18 +053016 type int32;
17 }
18
19}