aboutsummaryrefslogtreecommitdiffstats
path: root/tests/82-with-comps-OK.asn1.-EF
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-28 15:01:58 +0000
committerLev Walkin <vlm@lionet.info>2005-03-28 15:01:58 +0000
commitdebca6c345c397880d34400d588b03124ec261aa (patch)
treed4baef77b7a6435bf10bc53d42c99ee5b8de4fe9 /tests/82-with-comps-OK.asn1.-EF
parente596bf0543f176f52829b1ea158456f091ae36c9 (diff)
tests
Diffstat (limited to 'tests/82-with-comps-OK.asn1.-EF')
-rw-r--r--tests/82-with-comps-OK.asn1.-EF14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/82-with-comps-OK.asn1.-EF b/tests/82-with-comps-OK.asn1.-EF
new file mode 100644
index 00000000..34ea419c
--- /dev/null
+++ b/tests/82-with-comps-OK.asn1.-EF
@@ -0,0 +1,14 @@
+ModuleTestWithComponents { iso org(3) dod(6) internet(1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 82 }
+DEFINITIONS ::=
+BEGIN
+
+BunchOfStrings ::= SEQUENCE OF VisibleString
+
+Address ::= BunchOfStrings (SIZE(1..6))(WITH COMPONENT (SIZE(1..32)))
+
+Type ::= SEQUENCE {
+ one INTEGER DEFAULT 1
+} (WITH COMPONENTS { ..., one (1) PRESENT })
+
+END