aboutsummaryrefslogtreecommitdiffstats
path: root/tests/47-set-ext-OK.asn1
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-07-01 00:52:50 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-07-01 00:52:50 +0000
commit79b08d5af5a0b39b5f9dd78e821916ee5a7e9a61 (patch)
tree0aac41bbed1645f1e5358f8cefa616a1dfdd9c06 /tests/47-set-ext-OK.asn1
parent4f4f56d7f638d885fb07e57fe6f7c37271e7bfb8 (diff)
extensibility check
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@52 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/47-set-ext-OK.asn1')
-rw-r--r--tests/47-set-ext-OK.asn119
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/47-set-ext-OK.asn1 b/tests/47-set-ext-OK.asn1
new file mode 100644
index 00000000..52afef11
--- /dev/null
+++ b/tests/47-set-ext-OK.asn1
@@ -0,0 +1,19 @@
+
+-- OK: Everything is fine
+
+-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
+-- .spelio.software.asn1c.test (9363.1.5.1)
+-- .47
+
+ModuleSetChoiceExtensibility
+ { iso org(3) dod(6) internet (1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 47 }
+ DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=
+BEGIN
+
+ T1 ::= SET { i INTEGER }
+ T2 ::= SET { i INTEGER, ... }
+ T3 ::= CHOICE { i INTEGER }
+ T4 ::= CHOICE { i INTEGER, ... }
+
+END