blob: b3d6a0c3265008a65fda51cbb35a1ee2005f8192 [file] [log] [blame]
vlm3df79662004-06-28 21:13:22 +00001
2ModuleTestInt1 {iso(-1) org(3) dod(6) internet(1) private(4)
3 enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
4 7 }
5DEFINITIONS ::=
6BEGIN
7
8int123456 INTEGER ::= 123456
9
10Interval ::= INTEGER (1..123456)
11
12SameInterval ::= INTEGER
13
14Reason ::= INTEGER {
15 no-reason(0),
16 negative-reason(-10),
17 some-large-value(1324324)
18}
19
20END