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 / tbf / tb0035.pp
Size: Mime:
{ %TARGET=go32v2 }
{ %FAIL }
{ Old file: tbf0172.pp }
{ with with absolute seg:ofs should not be possible OK 0.99.9 (PM) }

type
  rec=record
    a : longint;
  end;

var
  r1 : rec absolute $40:$49;
begin
  with r1 do
   a:=1;
end.