Explorar el Código

*** empty log message ***

florian hace 25 años
padre
commit
b32c265412
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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.
+