blob: b1fb585e550ade2ff72c645aab76d3dcd7b03f53 [file] [log] [blame]
vlm066dc102005-08-22 12:23:54 +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-- .93
7
8Module-asn1c-controls
9 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 93 }
11DEFINITIONS AUTOMATIC TAGS ::=
12BEGIN
13
14 Sequence ::= SEQUENCE {
15 ainl INTEGER,
vlm177a5b62005-09-05 05:17:57 +000016 --<ASN1C.RepresentAsPointer>--
17 aptr INTEGER
vlm066dc102005-08-22 12:23:54 +000018 }
19
20 Set ::= SET {
21 ainl Sequence,
vlm177a5b62005-09-05 05:17:57 +000022 --<ASN1C.RepresentAsPointer>--
23 aptr Sequence
vlm066dc102005-08-22 12:23:54 +000024 }
25
26 Choice ::= CHOICE {
vlm177a5b62005-09-05 05:17:57 +000027 --<ASN1C.RepresentAsPointer>--
28 setof SET OF INTEGER,
29 --<ASN1C.RepresentAsPointer>--
30 aptr Sequence,
vlm066dc102005-08-22 12:23:54 +000031 ainl Sequence
32 }
33
34END