OSDN Git Service

* utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently
[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;