aboutsummaryrefslogtreecommitdiffstats
path: root/tests/134-per-long-OK.asn1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/134-per-long-OK.asn1')
-rw-r--r--tests/134-per-long-OK.asn14
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/134-per-long-OK.asn1 b/tests/134-per-long-OK.asn1
index 02e6e66f..b4334ddb 100644
--- a/tests/134-per-long-OK.asn1
+++ b/tests/134-per-long-OK.asn1
@@ -15,7 +15,9 @@ BEGIN
-- Supported only on 64-bit platforms.
T ::= SEQUENCE {
unsigned33 INTEGER (0..5000000000), -- range 33 bits
- unsigned42 INTEGER (0..3153600000000) -- range 42 bits
+ unsigned42 INTEGER (0..3153600000000), -- range 42 bits
+ signed33 INTEGER (-4000000000..4000000000), -- 33 bits
+ signed33ext INTEGER (-4000000000..4000000000,...)
}
END