aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/dispatch1_p.ads
blob: 73de627516ab205601cd02485a5bf46936d18ae4 (plain)
1
2
3
4
package dispatch1_p is
   type I1 is interface;
   type DT_I1 is new I1 with null record;
end;