fpc/tests/webtbf/tw3492.pp
2005-01-04 16:32:07 +00:00

11 lines
119 B
ObjectPascal

{ %fail }
{$mode fpc}
{ This is not allowed in normal fpc mode }
resourcestring
s = 'OK';
begin
writeln(s);
end.