summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/tforin18.pp
blob: d37bd7f3d570461e9901aaa7b40726825f9976cb (plain)
1
2
3
4
5
6
{ %FAIL}
{$mode objfpc}
{$apptype console}
begin
  for ch in S do Writeln(ch);
end.