aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/fixed_word_max.elna
blob: 76026a2c376c3ca57bc746559204c4b9f4a27a2e (plain)
1
2
3
4
5
6
begin
  assert(#max(Word8) = 255u8);
  assert(#max(Word16) = 65535u16);
  assert(#max(Word32) = 4294967295u32);
  assert(#max(Word64) = 18446744073709551615u64)
end.