Bharat saraswal | 1edde62 | 2016-09-06 10:18:04 +0530 | [diff] [blame] | 1 | module 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 | } |