summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/trtti2.pp
blob: 8e7a9163fb9ec577a40e2dce9dd5b40ab1c9f887 (plain)
1
2
3
4
5
6
7
type
   pbyte = ^byte;

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