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 / tbs / tb0237.pp
Size: Mime:
{ Old file: tbs0277.pp }
{ typecasting with const not possible                  OK 0.99.13 (PFV) }

  program bug0277;
  const test_byte=pchar(1);
  begin
    writeln('Hello world');
  end.