mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
* new test
This commit is contained in:
parent
9929a33475
commit
9d1f81129f
9
tests/tbs/tb0352.pp
Normal file
9
tests/tbs/tb0352.pp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
procedure p(var w:word);
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
var
|
||||||
|
i : smallint;
|
||||||
|
begin
|
||||||
|
p(word(i));
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user