summaryrefslogtreecommitdiff
path: root/tests/test/tresstr.pp
blob: 5c1b1e98dd53415b028c0ea806bdea69edab3d6d (plain)
1
2
3
4
5
6
7
8
{$mode objfpc}
resourcestring
  s = 'Hello world';

begin
   if s<>'Hello world' then
     halt(1);
end.