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

15 lines
166 B
ObjectPascal

{ Old file: tbs0077b.pp }
{ used by unit tbs0077.pp }
unit ub0069;
interface
var
a : longint;
b : longint absolute a;
implementation
end.