blob: 305e18bbd452f334826329cbed90257771be720e [file] [log] [blame]
Lev Walkin809dea52005-02-22 08:01:50 +00001
2-- OK: Everything is fine
3
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
6-- .71
7
8ModuleDuplicateTypes1
9 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 71 1 }
11 DEFINITIONS ::=
12BEGIN
13
14 Type ::= INTEGER -- Original type.
15
16END
17
18ModuleDuplicateTypes2
19 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
20 spelio(9363) software(1) asn1c(5) test(1) 71 2 }
21 DEFINITIONS ::=
22BEGIN
23
24 Type ::= INTEGER -- A duplicate type.
25
26END