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

5 lines
95 B
Ada
Raw Normal View History

package dispatch1_p is
type I1 is interface;
type DT_I1 is new I1 with null record;
end;