mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:59:25 +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