summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0358.pp
blob: f2842276ab1ea806907d82950193087c549f3b8f (plain)
1
2
3
4
5
6
{ %version=1.1 }
type
  __u64 = 0..High(Int64); // Create unsigned Int64 (with 63 bits)

begin
end.