Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gnat.dg / dispatch1_p.ads
blob73de627516ab205601cd02485a5bf46936d18ae4
1 package dispatch1_p is
2 type I1 is interface;
3 type DT_I1 is new I1 with null record;
4 end;