Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / tests / webtbs / tw4902.pp
Size: Mime:
{ Source provided for Free Pascal Bug Report 4902 }
{ Submitted by "Yu Hang" on  2006-03-14 }
{ e-mail: cosechy@gmail.com }
function x:real;
begin
end;

begin
x;
{anything here}
 writeln(1);
 writeln(2);
 writeln(3);
{crash here}
writeln(1.0)
end.