summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw6036b.pp
blob: fb888caa689c90fb2016b21caf23d159e81a68fb (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %fail }
{$mode objfpc}
type
  imyinterface = interface
  end;

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