blob: 7070bc8e4c237447586da02ba7892c200e50e05f [file] [log] [blame]
Lev Walkind8bff542004-09-15 11:53:04 +00001
2ModuleTestResolver2 {iso org(3) dod(6) internet(1) private(4)
3 enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
4 14 1 }
5DEFINITIONS ::=
6BEGIN
7
8alpha Enumeration ::= 2
9
10other Enumeration ::= 1
11
12Struct ::= SEQUENCE {
13 member1 [1] EXPLICIT ModuleTestResolver3.Enumeration OPTIONAL,
14 member2 [2] EXPLICIT OtherModuleRenamed.Enumeration DEFAULT 2
15}
16
17check-alpha INTEGER ::= 2
18
19check-other INTEGER ::= 1
20
21END
22
23ModuleTestResolver3 {iso org(3) dod(6) internet(1) private(4)
24 enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
25 14 2 }
26DEFINITIONS ::=
27BEGIN
28
29beta HiddenEnum ::= 2
30
31Enumeration ::= ENUMERATED {
32 a(1),
33 b(2)
34}
35
36END
37
38HiddenModule {iso org(3) dod(6) internet(1) private(4)
39 enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
40 14 3 }
41DEFINITIONS ::=
42BEGIN
43
44HiddenEnum ::= ENUMERATED {
45 a(1),
46 b(2)
47}
48
49gamma Enumeration ::= 1
50
51END