blob: d8cf6b33a45f39b357f588baa12a313aff922299 [file] [log] [blame]
Bharat saraswal1edde622016-09-06 10:18:04 +05301module test5 {
2 namespace "test5:test";
3 prefix test ;
4
5 revision "2016-07-04" {
6 description "Initial revision.";
7 }
8 leaf-list a-leaf {
9 type int32;
10 }
11 leaf-list b-leaf {
12 type int32;
13 }
14
15}