blob: 64d340e264b37fc95271c3b625abdd5f7936cf3a [file] [log] [blame]
Lev Walkin809dea52005-02-22 08:01:50 +00001
Lev Walkin9871a292005-03-18 04:22:14 +00002-- SE: Semantic error
Lev Walkin809dea52005-02-22 08:01:50 +00003
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
Lev Walkin9871a292005-03-18 04:22:14 +00006-- .71 1
7-- .71 2
Lev Walkin809dea52005-02-22 08:01:50 +00008
9ModuleDuplicateTypes1
10 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
11 spelio(9363) software(1) asn1c(5) test(1) 71 1 }
12 DEFINITIONS ::=
13BEGIN
14
15 Type ::= INTEGER -- Original type.
16
17END
18
19ModuleDuplicateTypes2
20 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
21 spelio(9363) software(1) asn1c(5) test(1) 71 2 }
22 DEFINITIONS ::=
23BEGIN
24
25 Type ::= INTEGER -- A duplicate type.
26
27END