mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-24 16:58:32 +01:00
12 lines
88 B
ObjectPascal
12 lines
88 B
ObjectPascal
{ %OPT=-Sew }
|
|
{ %fail }
|
|
|
|
{$T-}
|
|
|
|
var
|
|
i: integer;
|
|
p: pointer;
|
|
begin
|
|
p := @i+5;
|
|
end.
|