blob: 212b171407b967679f3c795d68f536f61bbc59ea [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301module test5 {
2 namespace "test5:test";
3 prefix test ;
4
5 revision "2016-07-04" {
6 description "Initial revision.";
7 }
8 typedef abc {
9 type int32;
10 }
11
12}