mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-09 17:15:06 +03:00
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
|
|
// test that the unary operators parse correctly
|
|
test1 = (~ (5 : [8]) + 2) == (~ (5 : [8])) + 2
|
|
test2 = (- (5 : [8]) + 2) == (- (5 : [8])) + 2
|