mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 19:50:20 +02:00
* objfpc mode
This commit is contained in:
parent
bcbace78d2
commit
060b6d6d8e
@ -1,11 +1,13 @@
|
|||||||
{ %VERSION=1.1 }
|
{ %VERSION=1.1 }
|
||||||
|
|
||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
erroru;
|
erroru;
|
||||||
|
|
||||||
type
|
type
|
||||||
tr1 = record
|
tr1 = record
|
||||||
l1,l2 : longint;
|
l1,l2 : cardinal;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure p1(out b : byte);
|
procedure p1(out b : byte);
|
||||||
|
Loading…
Reference in New Issue
Block a user