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.0.0 / tests / webtbf / tw3812.pp
Size: Mime:
{ %fail }

{ Source provided for Free Pascal Bug Report 3812 }
{ Submitted by "Sergey@michint" on  2005-03-22 }
{ e-mail:  }
type
  LARGE_INTEGER = record
     LowPart : Cardinal;
     HighPart : LongInt;
  end;

procedure t(li1: Large_Integer); stdcall;
begin
end;

begin
  t(Large_Integer(1111111111111111));
end.