aboutsummaryrefslogtreecommitdiffstats
path: root/tests/61-any-1-SE.asn1
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/61-any-1-SE.asn1
parentb656f1a33588bd4ea2c90af174b71a90c09cd0e2 (diff)
tests for ANY type
Diffstat (limited to 'tests/61-any-1-SE.asn1')
-rw-r--r--tests/61-any-1-SE.asn119
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/61-any-1-SE.asn1 b/tests/61-any-1-SE.asn1
new file mode 100644
index 00000000..aa3cec36
--- /dev/null
+++ b/tests/61-any-1-SE.asn1
@@ -0,0 +1,19 @@
+
+-- SE: Semantic error
+
+-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
+-- .spelio.software.asn1c.test (9363.1.5.1)
+-- .61
+
+ModuleTestBadANY1
+ { iso org(3) dod(6) internet(1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 61 }
+ DEFINITIONS ::=
+BEGIN
+
+ T ::= SEQUENCE {
+ i1 INTEGER OPTIONAL,
+ any ANY
+ }
+
+END