summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw20907a.pp
blob: 2277cce31193457c2bb4b50e5fb99870d85a7422 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %opt=-vw -Sew }
{ %fail }

function f: ansistring;
begin
  if f <> '' then;
end;

begin
  f;
end.