mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:39:26 +02:00
* test should succeed
This commit is contained in:
parent
b9724e3235
commit
f19c7200bb
@ -1,18 +0,0 @@
|
||||
{ %fail }
|
||||
|
||||
{ %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