aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/fixed_int_max.elna
blob: 0564dd6937c071050024dabed48fa6473df2cb08 (plain)
1
2
3
4
5
6
begin
  assert(#max(Int8) = 127i8);
  assert(#max(Int16) = 32767i16);
  assert(#max(Int32) = 2147483647i32);
  assert(#max(Int64) = 9223372036854775807i64)
end.