1 2 3 4 5 6 7 8
-- { dg-do compile } package body Forward_Anon is function Get_Current return access Object is begin return Current_Object; end; end;