fpc/tests/tbs/tb0069.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

11 lines
153 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.