blob: 2ec50fcd19dca22cd813b61fc63119ae70975e2d [file] [log] [blame]
Lev Walkin5b7eeaf2005-03-28 17:52:43 +00001ModuleTestInt1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2 spelio(9363) software(1) asn1c(5) test(1) 7 }
Lev Walkin5bbff1e2004-06-28 21:13:22 +00003DEFINITIONS ::=
4BEGIN
5
6int123456 INTEGER ::= 123456
7
8Interval ::= INTEGER (1..123456)
9
Lev Walkinc74ea222004-08-25 02:27:47 +000010SameInterval INTEGER ::= { }
Lev Walkin5bbff1e2004-06-28 21:13:22 +000011
12Reason ::= INTEGER {
13 no-reason(0),
14 negative-reason(-10),
15 some-large-value(1324324)
16}
17
18END