rt_gccstream/gcc/testsuite/gnat.dg/dynamic_elab_pkg.ads

11 lines
153 B
Ada

package Dynamic_Elab_Pkg is
type R is record
Code : Integer;
Val : Boolean;
end record;
function Get_R return R;
end Dynamic_Elab_Pkg;