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

20 lines
261 B
ObjectPascal

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