From 80d7dce997f552bf69d35cde5f56da51319067bd Mon Sep 17 00:00:00 2001
From: Lev Walkin <vlm@lionet.info>
Date: Sun, 20 Mar 2005 14:50:50 +0000
Subject: [PATCH] constrained by

---
 tests/79-constrained-by-OK.asn1.-EF | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 tests/79-constrained-by-OK.asn1.-EF

diff --git a/tests/79-constrained-by-OK.asn1.-EF b/tests/79-constrained-by-OK.asn1.-EF
new file mode 100644
index 00000000..0a91f340
--- /dev/null
+++ b/tests/79-constrained-by-OK.asn1.-EF
@@ -0,0 +1,11 @@
+ModuleTestConstrainedBy { iso org(3) dod(6) internet(1) private(4) enterprise(1)
+	spelio(9363) software(1) asn1c(5) test(1) 79 }
+DEFINITIONS ::=
+BEGIN
+
+Type ::= SEQUENCE {
+    int	 INTEGER,
+    ...
+} (CONSTRAINED BY { -- nothing -- })
+
+END
-- 
GitLab