aboutsummaryrefslogtreecommitdiffstats
path: root/tests/86-atags-OK.asn1.-EF
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-07-21 01:18:19 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-07-21 01:18:19 +0000
commitb012da8fa08fe9cdbdce04ecd0c84e0c55ec8f52 (patch)
treed897fbdc254376b98a5cc7b52bc4e13161faa18d /tests/86-atags-OK.asn1.-EF
parent0e874795ded4e3b4985b27f3014f0b910b1f6daf (diff)
tagging mode is implicit if automatic tags environment is used
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@938 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/86-atags-OK.asn1.-EF')
-rw-r--r--tests/86-atags-OK.asn1.-EF28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/86-atags-OK.asn1.-EF b/tests/86-atags-OK.asn1.-EF
new file mode 100644
index 00000000..ebadd3a5
--- /dev/null
+++ b/tests/86-atags-OK.asn1.-EF
@@ -0,0 +1,28 @@
+ModuleAutoTags { iso org(3) dod(6) internet(1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 86 }
+DEFINITIONS AUTOMATIC TAGS ::=
+BEGIN
+
+A ::= SEQUENCE {
+ a [0] IMPLICIT INTEGER
+}
+
+B ::= SEQUENCE {
+ a [0] IMPLICIT INTEGER
+}
+
+C ::= SEQUENCE {
+ a [0] IMPLICIT INTEGER
+}
+
+D ::= SEQUENCE {
+ a [0] EXPLICIT INTEGER
+}
+
+E ::= SEQUENCE {
+ a [0] EXPLICIT CHOICE {
+ b [0] IMPLICIT INTEGER
+ }
+}
+
+END