mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 11:38:01 +02:00
7 lines
100 B
ObjectPascal
7 lines
100 B
ObjectPascal
{ %version=1.1 }
|
|
type
|
|
__u64 = 0..High(Int64); // Create unsigned Int64 (with 63 bits)
|
|
|
|
begin
|
|
end.
|