aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/implicit_param_pkg.ads
blob: ce6c7e6d555399e011bf9ffe9f4c9bb92e65f583 (plain)
1
2
3
4
5
6
7
8
package Implicit_Param_Pkg is
    type Lim_Rec is limited record
        A : Integer;
        B : Boolean;
    end record;

    function Func_Lim_Rec return Lim_Rec;
end Implicit_Param_Pkg;