Explorar o código

*** empty log message ***

florian %!s(int64=25) %!d(string=hai) anos
pai
achega
b32c265412
Modificáronse 1 ficheiros con 8 adicións e 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.
+