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