Explorar o código

* objfpc mode

peter %!s(int64=24) %!d(string=hai) anos
pai
achega
060b6d6d8e
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      tests/test/tpara1.pp

+ 3 - 1
tests/test/tpara1.pp

@@ -1,11 +1,13 @@
 { %VERSION=1.1 }
 
+{$mode objfpc}
+
 uses
    erroru;
 
 type
    tr1 = record
-      l1,l2 : longint;
+      l1,l2 : cardinal;
    end;
 
 procedure p1(out b : byte);