Remove all
[com/asn1c.git] / tests-asn1c-compiler / 93-asn1c-controls-OK.asn1.-EF
1 Module-asn1c-controls { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2         spelio(9363) software(1) asn1c(5) test(1) 93 }
3 DEFINITIONS AUTOMATIC TAGS ::=
4 BEGIN
5
6 Sequence ::= SEQUENCE {
7     ainl         [0] IMPLICIT INTEGER,
8     --<ASN1C.RepresentAsPointer>--
9     aptr         [1] IMPLICIT INTEGER
10 }
11
12 Set ::= SET {
13     ainl         [0] IMPLICIT Sequence,
14     --<ASN1C.RepresentAsPointer>--
15     aptr         [1] IMPLICIT Sequence
16 }
17
18 Choice ::= CHOICE {
19     --<ASN1C.RepresentAsPointer>--
20     setof        [0] IMPLICIT SET OF INTEGER,
21     --<ASN1C.RepresentAsPointer>--
22     aptr         [1] IMPLICIT Sequence,
23     ainl         [2] IMPLICIT Sequence
24 }
25
26 END