mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 11:08:02 +02:00

+ added test (though due to the nature of the bug it needs to be interactive) git-svn-id: trunk@49587 -
18 lines
346 B
ObjectPascal
18 lines
346 B
ObjectPascal
{ %INTERACTIVE }
|
|
|
|
{ Note: to test this, first compile this program, then change something inside
|
|
unit uw26760 and make sure that it's recompiled (e.g. either by checking
|
|
the compiler messages or by introducing a compile error) }
|
|
|
|
program tw26760;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
uses
|
|
uw26760 in 'uw26760/uw26760.pp';
|
|
|
|
begin
|
|
Test;
|
|
end.
|
|
|