fpc/tests/webtbs/tw32474.pp
2017-10-01 19:54:44 +00:00

8 lines
86 B
ObjectPascal

{ %norun }
var
b1: byte absolute $50;
b2: byte absolute b1;
begin
b1 := 3;
end.