blob: 7c9991bd4b0d80f1fde0a174b33b433115c96440 [file] [log] [blame]
vlmc5f3c2e2004-09-05 10:44:23 +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-- .62
7
8ModuleTestANYSyntax
9 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 62 }
11 DEFINITIONS IMPLICIT TAGS ::=
12BEGIN
13
14 T ::= SEQUENCE {
vlm4f929ef2004-09-27 20:31:02 +000015 i INTEGER OPTIONAL,
16 any [1] ANY, -- Converted into [1] EXPLICIT ANY
17 ...
vlmc5f3c2e2004-09-05 10:44:23 +000018 }
19
20END