aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-08-28 02:24:24 +0000
committerLev Walkin <vlm@lionet.info>2006-08-28 02:24:24 +0000
commita0c9290c01e98d4fce4c5ebbe9728f2d37199f3c (patch)
tree8d9f7941de4b114519e9a407a6f6ef794b02a40f /tests
parentef4a32bd3fac06caa052ab113694736a40027b3d (diff)
identifier name clash
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