mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 19:27:12 +01:00
* renamed to .pp extension
This commit is contained in:
parent
99fbea55b7
commit
6fd93ee078
@ -1,7 +1,8 @@
|
||||
{ %VERSION=1.1 }
|
||||
|
||||
uses
|
||||
erroru;
|
||||
|
||||
{$ifdef HASOUT}
|
||||
type
|
||||
tr1 = record
|
||||
l1,l2 : longint;
|
||||
@ -88,8 +89,3 @@ begin
|
||||
if a<>'Now it''s another ansistring' then
|
||||
do_error(1105);
|
||||
end.
|
||||
{$else}
|
||||
begin
|
||||
Writeln('No out parameter support');
|
||||
end.
|
||||
{$endif HASOUT}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user