mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:34:12 +02:00
* new
This commit is contained in:
parent
c11ee377bb
commit
11af7f6f18
13
tests/tbs/tbs0341.pp
Normal file
13
tests/tbs/tbs0341.pp
Normal file
@ -0,0 +1,13 @@
|
||||
procedure IncLimit(var B: Byte; const Limit: Byte; const Incr: Byte);
|
||||
begin
|
||||
end;
|
||||
procedure IncLimit(var B: Longint; const Limit: Longint; const Incr: Longint);
|
||||
begin
|
||||
end;
|
||||
|
||||
var
|
||||
b : byte;
|
||||
begin
|
||||
inclimit(b,128,3);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user