blob: ad1c50082e0e51bf7bd43bf9d43eee3d2e56261e [file] [log] [blame]
Lev Walkina105cbc2007-11-06 02:35:13 +00001
2-- OK: Everything is fine
3
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
6-- .127
7
8ModulePERLong
9 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 127 }
11 DEFINITIONS AUTOMATIC TAGS ::=
12BEGIN
13
14 T ::= SEQUENCE {
15 small32range INTEGER (-2000000000..2000000000),
Lev Walkin8bb57a22007-12-03 13:41:36 +000016 full32range INTEGER (-2147483648..2147483647),
17 unsigned32 INTEGER (0..4294967295),
18 unsplit32 INTEGER (5..500|600..4294967290)
Lev Walkina105cbc2007-11-06 02:35:13 +000019 }
20
21END