mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:39:38 +02:00
+ added
git-svn-id: trunk@2843 -
This commit is contained in:
parent
5f801f2b42
commit
52d95a8abc
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -5538,6 +5538,7 @@ tests/test/cg/tdivz1.pp svneol=native#text/plain
|
||||
tests/test/cg/tdivz2.pp svneol=native#text/plain
|
||||
tests/test/cg/texit.pp svneol=native#text/plain
|
||||
tests/test/cg/tfor.pp svneol=native#text/plain
|
||||
tests/test/cg/tformfnc.pp -text
|
||||
tests/test/cg/tfuncret.pp svneol=native#text/plain
|
||||
tests/test/cg/tin.pp svneol=native#text/plain
|
||||
tests/test/cg/tincexc.pp svneol=native#text/plain
|
||||
|
13
tests/test/cg/tformfnc.pp
Normal file
13
tests/test/cg/tformfnc.pp
Normal file
@ -0,0 +1,13 @@
|
||||
function f: longint;
|
||||
begin
|
||||
f := 1;
|
||||
end;
|
||||
|
||||
procedure t(const c);
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
t(f);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user