blob: 196b3d7d2914bb848d0bbd27285cc7366a381b7d [file] [log] [blame]
vlm0c6d3812006-03-21 03:40:38 +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-- .106
7
8ModuleParametrizationWithConstraints
9 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 106 }
11 DEFINITIONS ::=
12BEGIN
13
14 Narrow {Type} ::= SEQUENCE {
15 narrower Type (2..5)
16 }
17
18 NarrowInteger ::= Narrow {INTEGER (0..10)}
19
20END