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

9 lines
119 B
ObjectPascal

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