aboutsummaryrefslogtreecommitdiffstats
path: root/tests/21-tags-OK.asn1.-EF
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-06-28 21:13:22 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-06-28 21:13:22 +0000
commit3df796640acc97d4bb312b089d93079d8290fc5d (patch)
tree42f22d353e1b0da0627d19637293b6fc55d375cd /tests/21-tags-OK.asn1.-EF
parentd315be55669cfeb1c6de071bffd26eae669ae7ac (diff)
removed -N command-line argument
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@36 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/21-tags-OK.asn1.-EF')
-rw-r--r--tests/21-tags-OK.asn1.-EF26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/21-tags-OK.asn1.-EF b/tests/21-tags-OK.asn1.-EF
new file mode 100644
index 00000000..bf468d40
--- /dev/null
+++ b/tests/21-tags-OK.asn1.-EF
@@ -0,0 +1,26 @@
+
+ModuleTestTags1 {iso(-1) org(3) dod(6) internet(1) private(4)
+ enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
+ 21 1 }
+DEFINITIONS EXPLICIT TAGS ::=
+BEGIN
+
+T1 ::= CHOICE {
+ first [0] EXPLICIT INTEGER,
+ second [1] EXPLICIT INTEGER
+}
+
+END
+
+ModuleTestTags2 {iso(-1) org(3) dod(6) internet(1) private(4)
+ enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
+ 21 2 }
+DEFINITIONS IMPLICIT TAGS ::=
+BEGIN
+
+T2 ::= SEQUENCE {
+ one [0] EXPLICIT T1,
+ two [1] IMPLICIT IA5String
+}
+
+END