1
1
mirror of https://github.com/GaloisInc/cryptol.git synced 2024-12-23 07:51:43 +03:00
cryptol/tests/regression/check15.cry

6 lines
138 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
// different endianness from Cryptol 1 test
check15a = 0x80 @ 7 == False
check15b = 0xab # 0xcd == 0xabcd
check15 = check15a && check15b