summaryrefslogtreecommitdiff
path: root/tests/choice.asn
diff options
context:
space:
mode:
Diffstat (limited to 'tests/choice.asn')
-rw-r--r--tests/choice.asn23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/choice.asn b/tests/choice.asn
deleted file mode 100644
index b309204..0000000
--- a/tests/choice.asn
+++ /dev/null
@@ -1,23 +0,0 @@
-TEST {}
-DEFINITIONS IMPLICIT TAGS ::=
-BEGIN
-
-Choice2 ::= CHOICE {
- oct1 OCTET STRING,
- int1 [3] INTEGER,
- oct2 OCTET STRING
-}
-
-Choice1 ::= CHOICE {
- int4 [0] INTEGER,
- choice2 Choice2,
- int5 [1] INTEGER
-}
-
-Choice0 ::= CHOICE {
- int6 [0] INTEGER,
- choice1 Choice1,
- int7 [1] INTEGER
-}
-
-END