trtti2.pp 90 B

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