summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0069.pp
blob: 2eb3a41f86922ad7b6e7c22d93b014975acf7f82 (plain)
1
2
3
4
5
6
7
8
9
10
{ Old file: tbs0077.pp }
{  shows a bugs with absolute in interface part of unit  OK 0.99.1 (FK) }

uses
   ub0069;

begin
   b:=89;
   writeln(a);
end.