mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 23:07:55 +02:00
parent
22efab7b1a
commit
22365a1f57
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -14686,6 +14686,7 @@ tests/webtbf/tw2724.pp svneol=native#text/plain
|
||||
tests/webtbf/tw2739.pp svneol=native#text/plain
|
||||
tests/webtbf/tw2751.pp svneol=native#text/plain
|
||||
tests/webtbf/tw2752.pp svneol=native#text/plain
|
||||
tests/webtbf/tw27543.pp svneol=native#text/pascal
|
||||
tests/webtbf/tw2787.pp svneol=native#text/plain
|
||||
tests/webtbf/tw27880.pp svneol=native#text/pascal
|
||||
tests/webtbf/tw2795.pp svneol=native#text/plain
|
||||
|
10
tests/webtbf/tw27543.pp
Normal file
10
tests/webtbf/tw27543.pp
Normal file
@ -0,0 +1,10 @@
|
||||
{ %fail }
|
||||
function x():longint;
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
|
||||
+ x;
|
||||
|
||||
end.
|
Loading…
Reference in New Issue
Block a user