mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:09:11 +02:00
*** empty log message ***
This commit is contained in:
parent
73269986f3
commit
1f902711f3
15
tests/tbs/tbs0331.pp
Normal file
15
tests/tbs/tbs0331.pp
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{$mode tp}
|
||||||
|
unit test;
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
procedure a(s : string);
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
procedure a;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user