mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:28:08 +02:00
8 lines
58 B
ObjectPascal
8 lines
58 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
t: text;
|
|
begin
|
|
writestr(t,'abc');
|
|
end.
|