pascalabcnet/TestSuite/errors/err0524_res_unit.pas

6 lines
112 B
ObjectPascal
Raw Permalink Normal View History

2023-07-02 12:17:06 +03:00
//!Файл 'non_existing_file' не найден
unit err0524_res_unit;
{$resource non_existing_file}
end.