blob: 0414610bba320ed4454877d99d620d349e3ab46f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ %INTERACTIVE }
{ This test requires a change in uw26922a for recompilation which can not be done automatically by
simply adding a define, because the compiler won't detect that it needs to recompile that unit }
program tw26922;
uses
uw26922a, uw26922b;
begin
end.
|