mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
9538c59d23
Also added regression tests. This should fix issue #306.
7 lines
372 B
Plaintext
7 lines
372 B
Plaintext
:exhaust \(x:[6]) -> x <<< (0x10000000000000000 : [68]) == x <<< 4
|
|
:exhaust \(x:[6]) -> x >>> (0x10000000000000000 : [68]) == x >>> 4
|
|
:exhaust \(x:[8]) -> x << (0x10000000000000000 : [68]) == 0
|
|
:exhaust \(x:[8]) -> x >> (0x10000000000000000 : [68]) == 0
|
|
:exhaust \(x:[8]) -> x << (0x8000000000000000 : [64]) == 0
|
|
:exhaust \(x:[8]) -> x >> (0x8000000000000000 : [64]) == 0
|