mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:09:23 +02:00
* new bug
This commit is contained in:
parent
466c376d13
commit
310bd76f34
16
tests/webtbs/tw3173.pp
Normal file
16
tests/webtbs/tw3173.pp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{ Source provided for Free Pascal Bug Report 3173 }
|
||||||
|
{ Submitted by "Dominik Zablotny" on 2004-06-18 }
|
||||||
|
{ e-mail: dominz@wp.pl }
|
||||||
|
program test;
|
||||||
|
{$ifdef fpc}{$mode delphi}{$endif}
|
||||||
|
var
|
||||||
|
p: procedure of object;
|
||||||
|
|
||||||
|
function f:pointer;
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
@p := f;
|
||||||
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user