mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 17:08:01 +02:00
8 lines
86 B
ObjectPascal
8 lines
86 B
ObjectPascal
{ %norun }
|
|
var
|
|
b1: byte absolute $50;
|
|
b2: byte absolute b1;
|
|
begin
|
|
b1 := 3;
|
|
end.
|