fpc/tests/webtbf/tw2996.pp
2004-03-04 17:19:32 +00:00

15 lines
263 B
ObjectPascal

{ %fail }
{ Source provided for Free Pascal Bug Report 2996 }
{ Submitted by "Michalis Kamburelis" on 2004-02-29 }
{ e-mail: michalis@camelot.homedns.org }
{$mode DELPHI}
type
TSomeProc = procedure(i:Integer);
var P:TSomeProc;
begin
if P = nil then ;
end.