Ver código fonte

*** empty log message ***

florian 25 anos atrás
pai
commit
b32c265412
1 arquivos alterados com 8 adições e 0 exclusões
  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.
+