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 / tb0146.pp
Size: Mime:
{ %OPT= -Un }

{ Old file: tbs0176.pp }
{ unit.symbol not allowed for implementation vars         OK 0.99.9 (PM) }

{ no unit name checking !! }
unit tb150_wrong;
interface

var
  l1 : longint;

implementation

var
  l2 : longint;

begin
  tb150_wrong.l1:=1;
  tb150_wrong.l2:=1;
end.