fpc/tests/webtbf/tw24495.pp

10 lines
99 B
ObjectPascal

{ %fail }
program Project1;
type
PFoo = ^Integer;
var
a: Pointer;
begin
a:= @New(PFoo);
end.