blob: 2e2574f3495d985f0fc18520a3c5824f92b84149 [file] [log] [blame]
package Dynamic_Elab_Pkg is
type R is record
Code : Integer;
Val : Boolean;
end record;
function Get_R return R;
end Dynamic_Elab_Pkg;