*** empty log message ***

This commit is contained in:
florian 2000-11-09 17:04:30 +00:00
parent 1331a2e753
commit b32c265412

8
tests/test/testti1.pp Normal file
View File

@ -0,0 +1,8 @@
type
pbyte = ^byte;
begin
if (pbyte(typeinfo(longint))^<>1 then
halt(1);
end.