blob: 90b234991bad7a2045b18f79fef4cd68e62a96dc [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
vlmda4df3f2004-08-25 02:27:47 +000012SameInterval INTEGER ::= { }
vlm3df79662004-06-28 21:13:22 +000013
14Reason ::= INTEGER {
15 no-reason(0),
16 negative-reason(-10),
17 some-large-value(1324324)
18}
19
20END