blob: b252c236f30aa8f4e1fe6fa9a26014247dfd221c [file] [log] [blame]
Bharat saraswald50c6382016-07-14 21:57:13 +05301module test8 {
2 namespace "test8:test";
3 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}