* new bug

This commit is contained in:
peter 2004-12-03 16:01:18 +00:00
parent 466c376d13
commit 310bd76f34

16
tests/webtbs/tw3173.pp Normal file
View 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.