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