fpc/tests/tbs/tb0069.pp
2000-11-30 22:38:14 +00:00

13 lines
155 B
ObjectPascal

{ 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.