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 / tb0468a.pas
Size: Mime:
{ %OPT=-Sg }

procedure foo;
begin
end;

procedure test;
label
  a,b,c,d;
const
  x: array[0..3] of pointer=(@a,@b,@c,@d);
begin
  foo;
a:
  foo;
b:
  foo;
c:
  foo;
d:
  foo;
end;


begin
end.