trtti2.pp 89 B

1234567
  1. type
  2. pbyte = ^byte;
  3. begin
  4. if pbyte(typeinfo(longint))^<>1 then
  5. halt(1);
  6. end.