Browse Source

*** empty log message ***

florian 25 years ago
parent
commit
b32c265412
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tests/test/testti1.pp

+ 8 - 0
tests/test/testti1.pp

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