aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-08-28 02:24:24 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-08-28 02:24:24 +0000
commitadf419b9e14b8de6c6f3f0ba99e8e4c9704a9dec (patch)
tree8d9f7941de4b114519e9a407a6f6ef794b02a40f /tests
parentb9cdbb1be33de0b74eb01a408f31edcec807dcf4 (diff)
identifier name clash
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1144 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests')
-rw-r--r--tests/113-bit-string-SE.asn116
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/113-bit-string-SE.asn1 b/tests/113-bit-string-SE.asn1
new file mode 100644
index 00000000..110e7644
--- /dev/null
+++ b/tests/113-bit-string-SE.asn1
@@ -0,0 +1,16 @@
+
+-- SE: Semantic error
+
+-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
+-- .spelio.software.asn1c.test (9363.1.5.1)
+-- .113
+
+ModuleBitStringExtensibility
+ { iso org(3) dod(6) internet (1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 113 }
+ DEFINITIONS ::=
+BEGIN
+
+ T ::= BIT STRING { one(1), one(2) }
+
+END