fpc/tests/tbf/tb0046.pp
2000-12-03 21:50:07 +00:00

13 lines
184 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0234.pp }
{ New with void pointer OK 0.99.11 (PM) }
program bug0232;
var p:pointer;
begin
new(p);
dispose(p);
end.