mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 21:49:27 +01:00
*** empty log message ***
This commit is contained in:
parent
1331a2e753
commit
b32c265412
8
tests/test/testti1.pp
Normal file
8
tests/test/testti1.pp
Normal file
@ -0,0 +1,8 @@
|
||||
type
|
||||
pbyte = ^byte;
|
||||
|
||||
begin
|
||||
if (pbyte(typeinfo(longint))^<>1 then
|
||||
halt(1);
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user