mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
no message
This commit is contained in:
parent
b9a0b3108a
commit
bab94870da
19
tests/webtbs/tw1275.pp
Normal file
19
tests/webtbs/tw1275.pp
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
var
|
||||||
|
sizes:array [1..3] of int64;
|
||||||
|
i:integer;
|
||||||
|
|
||||||
|
function Count:int64;
|
||||||
|
var
|
||||||
|
c:int64;
|
||||||
|
begin
|
||||||
|
c:=1;
|
||||||
|
|
||||||
|
writeln(c);
|
||||||
|
Count:=c;
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
i:=1;
|
||||||
|
sizes[i]:=Count();
|
||||||
|
writeln(sizes[i]);
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user