Explorar el Código

* test should succeed

peter hace 23 años
padre
commit
f19c7200bb
Se han modificado 1 ficheros con 0 adiciones y 18 borrados
  1. 0 18
      tests/tbf/tb0122.pp

+ 0 - 18
tests/tbf/tb0122.pp

@@ -1,18 +0,0 @@
-{ %fail }
-
-{ %version=1.1}
-{$mode delphi}
-var
-   b : byte;
-   i : smallint;
-   i64 : int64;
-   q : qword;
-   p : pointer;
-
-begin
-   p:=pointer(b);
-   p:=pointer(i);
-   p:=pointer(i64);
-   p:=pointer(q);
-end.
-