OSDN Git Service

* gcc-interface/trans.c (gnat_to_gnu): Avoid making a SAVE_EXPR for
[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;