NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / tests / tests-asn1c-compiler / 20-constr-OK.asn1.-EF
1 ModuleTestConstr { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2         spelio(9363) software(1) asn1c(5) test(1) 20 }
3 DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=
4 BEGIN
5
6 ConstructedType1 ::= SEQUENCE {
7     a    [1] IMPLICIT INTEGER,
8     b    [2] IMPLICIT INTEGER,
9     d    UTF8String,
10     ...!ex1,
11     c    IA5String
12 }
13
14 ConstructedType2 ::= SET {
15     a    [1] IMPLICIT INTEGER,
16     b    [2] IMPLICIT INTEGER,
17     ...
18 }
19
20 ex1 INTEGER ::= 1
21
22 END