blob: 1c4637ca42686ebed88e9a22f9499de98764e13c [file] [log] [blame]
Bharat saraswald50c6382016-07-14 21:57:13 +05301module test5 {
2 namespace "test5:test";
3 prefix test ;
4
5 revision "2016-07-04" {
6 description "Initial revision.";
7 }
8 typedef typedef1 {
9 type int32;
10 }
11 typedef typedef2 {
12 type int32;
13 }
14 typedef typedef3 {
15 type int32;
16 }
17
18}