fpc/tests/test/trtti2.pp
2001-01-09 20:48:07 +00:00

9 lines
90 B
ObjectPascal

type
pbyte = ^byte;
begin
if pbyte(typeinfo(longint))^<>1 then
halt(1);
end.