aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_SUITE_data/Int.py
blob: dd218b8dbd5082e59ecbd73b675e143c0f7695f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Int DEFINITIONS IMPLICIT TAGS ::=
BEGIN
EXPORTS;

Int ::= INTEGER
Int2 ::= INTEGER (1..10)

-- OTP-5457
int11 INTEGER ::= 11
int11-2 INTEGER ::= int11  --correct should not cause crash or warning

END