summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw17604.pp
blob: 0ddb9a4206b31a72015f0fba0610096c47a9b6b6 (plain)
1
2
3
4
5
program TestLength;
begin 
  if Length('') <> 0 then
    halt(1);
end.