{ %fail }
{$mode objfpc}
type
  imyinterface = interface
  end;

var
  s : string;
begin
  s:=imyinterface;
end.