mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 11:30:30 +02:00
* objfpc mode
This commit is contained in:
parent
bcbace78d2
commit
060b6d6d8e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user