summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/disp1_pkg.ads
blob: 4d80e7655e117dd1720b0b9055da63edef615655 (plain)
1
2
3
4
5
6
package Disp1_Pkg is

   type I1 is interface;
   type DT_I1 is new I1 with null record;

end Disp1_Pkg;