mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 20:08:12 +02:00
14 lines
124 B
ObjectPascal
14 lines
124 B
ObjectPascal
{ %FAIL }
|
|
{ %OPT=-FNudots }
|
|
|
|
program tudots4;
|
|
|
|
uses
|
|
{ both reference the same unit }
|
|
UDots.Unit1,
|
|
Unit1;
|
|
|
|
begin
|
|
end.
|
|
|