mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-13 10:01:46 +01: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.
|