summaryrefslogtreecommitdiff
path: root/test/regression/int64.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/int64.c')
-rw-r--r--test/regression/int64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regression/int64.c b/test/regression/int64.c
index c0b6e56..5b32ccd 100644
--- a/test/regression/int64.c
+++ b/test/regression/int64.c
@@ -85,7 +85,8 @@ u64 special_values[] = {
0x7FFFFFFFLLU,
0x80000000LLU,
0x7FFFFFFFFFFFFFFFLLU,
- 0x8000000000000000LLU
+ 0x8000000000000000LLU,
+ 0x100000003LLU
};
#define NUM_SPECIAL_VALUES (sizeof(special_values) / sizeof(u64))