mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 05:11:38 +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