mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 21:49:18 +02:00
no message
This commit is contained in:
parent
b3c53b4f55
commit
446fcc0162
@ -36,3 +36,6 @@ Inline ................ inline01.pp tests recursive inlining, inlining
|
||||
a procedure multiple times and
|
||||
inlining procedures in other
|
||||
inline procedures.
|
||||
Finalize .............. testfi1.pp tests the procedure system.finalize
|
||||
TypeInfo .............. testti1.pp test the function system.typeinfo
|
||||
Resourcestrings ....... testrstr.pp tests a simple resource string
|
||||
|
8
tests/test/testrstr.pp
Normal file
8
tests/test/testrstr.pp
Normal file
@ -0,0 +1,8 @@
|
||||
{$mode objfpc}
|
||||
resourcestring
|
||||
s = 'Hello world';
|
||||
|
||||
begin
|
||||
if s<>'Hello world' then
|
||||
halt(1);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user