cryptol/tests/regression/check25.cry
2014-04-17 15:34:25 -07:00

9 lines
82 B
Plaintext

module check25 where
tz = 13
ty = tz
tx = ty
where tz = 17
check25 = tx == 13