mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 04:19:30 +02:00
11 lines
119 B
ObjectPascal
11 lines
119 B
ObjectPascal
{ %fail }
|
|
|
|
{$mode fpc}
|
|
|
|
{ This is not allowed in normal fpc mode }
|
|
resourcestring
|
|
s = 'OK';
|
|
begin
|
|
writeln(s);
|
|
end.
|