mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 11:22:33 +03:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
|
// different endianness from Cryptol 1 test
|
||
|
check15a = 0x80 @ 7 == False
|
||
|
check15b = 0xab # 0xcd == 0xabcd
|
||
|
|
||
|
check15 = check15a && check15b
|