mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
tests/hard_coded/int_uenum.exp2:
Add this expected output file.
tests/hard_coded/int_uenum.m:
Note what conditions call for each expected output file.
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
0 0 -> 0 0
|
|
-1 ffffffff -> 1 1
|
|
1 1 -> 2 2
|
|
-63 ffffffc1 -> 125 7d
|
|
-64 ffffffc0 -> 127 7f
|
|
63 3f -> 126 7e
|
|
64 40 -> 128 80
|
|
-2147483647 80000001 -> 4294967293 fffffffd
|
|
-2147483648 80000000 -> 4294967295 ffffffff
|
|
2147483646 7ffffffe -> 4294967292 fffffffc
|
|
2147483647 7fffffff -> 4294967294 fffffffe
|