mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 07:28:06 +02:00
15 lines
166 B
ObjectPascal
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.
|