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

10 lines
174 B
Ada

with Discr11_Pkg; use Discr11_Pkg;
package Discr11 is
type DT_2 is new DT_1 with record
More : Integer;
end record;
function Create return DT_2;
end Discr11;