fpc/tests/test/tresstr.pp
2000-11-30 22:38:14 +00:00

9 lines
105 B
ObjectPascal

{$mode objfpc}
resourcestring
s = 'Hello world';
begin
if s<>'Hello world' then
halt(1);
end.