blob: 7b2861c8673d9d4fe38c32aac98a3e813c0c8a59 [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
9 leaf abc {
10 type int32;
11 }
12
13}