aboutsummaryrefslogtreecommitdiffstats
path: root/tests/61-any-1-SE.asn1
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-05 10:44:23 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-05 10:44:23 +0000
commitc5f3c2ecd775809d9512d8d256aa0875572307c1 (patch)
treeea085971c8e8f137fcf37fa5b1be79d0597e2973 /tests/61-any-1-SE.asn1
parent2d75d9e585df7a41aebbc0523fbfa913a8a063d2 (diff)
tests for ANY type
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@264 59561ff5-6e30-0410-9f3c-9617f08c8826
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