mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 09:47:52 +02:00
* aded { %fail }
This commit is contained in:
parent
85f2a0ac87
commit
0debc54f69
@ -1,3 +1,4 @@
|
||||
{ %fail }
|
||||
procedure p1(const v);
|
||||
|
||||
begin
|
||||
|
@ -1,7 +1,8 @@
|
||||
{ %fail }
|
||||
{ Source provided for Free Pascal Bug Report 3047 }
|
||||
{ Submitted by "GBD" on 2004-04-12 }
|
||||
{ e-mail: }
|
||||
{ $mode delphi}
|
||||
{$mode delphi}
|
||||
|
||||
function JenkinsHashBuffer(const buffer; length : Integer; initVal : Integer) : longword;
|
||||
begin
|
||||
@ -13,4 +14,4 @@ begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user