mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
*** empty log message ***
This commit is contained in:
parent
425bb45ddc
commit
b8e11ff57b
16
tests/tbs/tbs0400.pp
Normal file
16
tests/tbs/tbs0400.pp
Normal file
@ -0,0 +1,16 @@
|
||||
{ %version=1.1}
|
||||
{$mode delphi}
|
||||
var
|
||||
b : byte;
|
||||
i : smallint;
|
||||
i64 : int64;
|
||||
q : qword;
|
||||
p : pointer;
|
||||
|
||||
begin
|
||||
p:=pointer(b);
|
||||
p:=pointer(i);
|
||||
p:=pointer(i64);
|
||||
p:=pointer(q);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user