summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-xtestsuite/buildok/ten.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/buildok/ten.stp b/testsuite/buildok/ten.stp
index dfa1e5ac..cd94645a 100755
--- a/testsuite/buildok/ten.stp
+++ b/testsuite/buildok/ten.stp
@@ -13,4 +13,9 @@ probe begin
ullong_max = 18446744073709551615;
llong_min = -9223372036854775807-1;
llong_min2 = -9223372036854775808;
+ llong_min3 = 9223372036854775808;
+
+ // nearly out-of-range negative numbers
+ underflow_1 = -9223372036854775809;
+ underflow_2 = -18446744073709551615;
}