blob: f2a97f06f952dba15d3f167dc8e5a1ff44e39c07 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +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-- .20
7
8ModuleTestConstr
9 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 20 }
11 DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=
12BEGIN
13
14 ConstructedType1 ::= SEQUENCE {
15 a [1] INTEGER,
16 b [2] INTEGER,
17 ...!ex1,
18 c IA5String,
19 ...,
20 d UTF8String
21 }
22
23 ConstructedType2 ::= SET {
24 a [1] INTEGER,
25 b [2] INTEGER
26 }
27
28 ex1 INTEGER ::= 1
29
30END