OSDN Git Service

2008-04-14 Robert Dewar <dewar@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / dispatch1_p.ads
1 package dispatch1_p is
2    type I1 is interface;
3    type DT_I1 is new I1 with null record;
4 end;