PR testsuite/86649
[official-gcc.git] / gcc / testsuite / gnat.dg / disp1_pkg.ads
blob4d80e7655e117dd1720b0b9055da63edef615655
1 package Disp1_Pkg is
3 type I1 is interface;
4 type DT_I1 is new I1 with null record;
6 end Disp1_Pkg;