mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:28:01 +02:00
12 lines
112 B
ObjectPascal
12 lines
112 B
ObjectPascal
unit bug0077b;
|
|
|
|
interface
|
|
|
|
var
|
|
a : longint;
|
|
b : longint absolute a;
|
|
|
|
implementation
|
|
|
|
end.
|