pascalabcnet/TestSuite/errors/err0426.pas
Ivan Bondarev 29a2fb4156 #2521
2021-10-10 09:53:41 +02:00

7 lines
107 B
ObjectPascal

{$define asd}
{$ifdef asd}
{$resource 'НеСуществующийФайл'}
{$endif asd}
begin
end.