pascalabcnet/TestSuite/debug2.pas

20 lines
261 B
ObjectPascal
Raw Normal View History

2021-10-10 10:53:41 +03:00
{$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.