PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / discr11.ads
blobb3911999d399d139f05c3e29a5da42df9986e3a7
1 with Discr11_Pkg; use Discr11_Pkg;
3 package Discr11 is
4 type DT_2 is new DT_1 with record
5 More : Integer;
6 end record;
8 function Create return DT_2;
9 end Discr11;