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

8 lines
58 B
ObjectPascal

{ %fail }
var
t: text;
begin
writestr(t,'abc');
end.