aboutsummaryrefslogtreecommitdiffstats
path: root/tests/83-with-comps-OK.asn1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-04-13 12:29:49 +0000
committerLev Walkin <vlm@lionet.info>2005-04-13 12:29:49 +0000
commit1b59716f3610912fed3fe91b42256e0c1bd9b7e8 (patch)
tree448c2927661f96a82f9747099100b3f0e48c4a45 /tests/83-with-comps-OK.asn1
parent31303c098199b84db6d3a59d86ce20302d35b981 (diff)
some problem
Diffstat (limited to 'tests/83-with-comps-OK.asn1')
-rw-r--r--tests/83-with-comps-OK.asn120
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/83-with-comps-OK.asn1 b/tests/83-with-comps-OK.asn1
new file mode 100644
index 00000000..7202c5cb
--- /dev/null
+++ b/tests/83-with-comps-OK.asn1
@@ -0,0 +1,20 @@
+
+-- OK: Everything is fine
+
+-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
+-- .spelio.software.asn1c.test (9363.1.5.1)
+-- .83
+
+ModuleTestWithComponents2
+ { iso org(3) dod(6) internet(1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 83 }
+ DEFINITIONS ::=
+BEGIN
+
+ Type1 ::= SET {}
+
+ Type2 ::= SET {
+ COMPONENTS OF Type1 (WITH COMPONENTS { ... })
+ }
+
+END