summaryrefslogtreecommitdiff
path: root/tests/test/tudots3.pp
blob: ad04a65456bedc071ebe2878e0ab7f8b0842c75b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %FAIL }
{ %OPT=-FNudots }

program tudots3;

uses
  { both reference the same unit }
  Unit1,
  UDots.Unit1;

begin
end.