aboutsummaryrefslogtreecommitdiffstats
path: root/tests/62-any-OK.asn1.-EF
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-05 10:44:23 +0000
committerLev Walkin <vlm@lionet.info>2004-09-05 10:44:23 +0000
commit4d8f18a627199c61a70c7d173d04082b89ff1501 (patch)
treeea085971c8e8f137fcf37fa5b1be79d0597e2973 /tests/62-any-OK.asn1.-EF
parentb656f1a33588bd4ea2c90af174b71a90c09cd0e2 (diff)
tests for ANY type
Diffstat (limited to 'tests/62-any-OK.asn1.-EF')
-rw-r--r--tests/62-any-OK.asn1.-EF13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/62-any-OK.asn1.-EF b/tests/62-any-OK.asn1.-EF
new file mode 100644
index 00000000..eb927092
--- /dev/null
+++ b/tests/62-any-OK.asn1.-EF
@@ -0,0 +1,13 @@
+
+ModuleTestANYSyntax {iso org(3) dod(6) internet(1) private(4)
+ enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
+ 62 }
+DEFINITIONS IMPLICIT TAGS ::=
+BEGIN
+
+T ::= SEQUENCE {
+ i INTEGER,
+ any [1] EXPLICIT ANY
+}
+
+END