fpc/tests/test/twrstr1.pp
2007-05-14 17:34:01 +00:00

16 lines
155 B
ObjectPascal

{ %fail }
{ from GPC testsuite }
program fjf569i;
procedure foo (const a: String);
begin
WriteStr (a, '') { WRONG }
end;
begin
WriteLn ('')
end.